Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
This is the complete list of members for PetscTools, including all inherited members.
AmMaster() | PetscTools | static |
AmTopMost() | PetscTools | static |
Barrier(const std::string callerId="") | PetscTools | static |
BeginRoundRobin() | PetscTools | static |
CheckCache() | PetscTools | inlineprivatestatic |
CreateAndSetVec(int size, double value) | PetscTools | static |
CreateVec(int size, int localSize=PETSC_DECIDE, bool ignoreOffProcEntries=true) | PetscTools | static |
CreateVec(std::vector< double > data) | PetscTools | static |
Destroy(Vec &rVec) | PetscTools | inlinestatic |
Destroy(Mat &rMat) | PetscTools | inlinestatic |
DumpPetscObject(const Mat &rMat, const std::string &rOutputFileFullPath) | PetscTools | static |
DumpPetscObject(const Vec &rVec, const std::string &rOutputFileFullPath) | PetscTools | static |
EndRoundRobin() | PetscTools | static |
GetMyRank() | PetscTools | static |
GetNumProcs() | PetscTools | static |
GetWorld() | PetscTools | static |
HasParMetis() | PetscTools | static |
IsInitialised() | PetscTools | static |
IsIsolated() | PetscTools | static |
IsolateProcesses(bool isolate=true) | PetscTools | static |
IsParallel() | PetscTools | static |
IsSequential() | PetscTools | static |
MASTER_RANK | PetscTools | static |
mIsolateProcesses | PetscTools | privatestatic |
mNumProcessors | PetscTools | privatestatic |
mPetscIsInitialised | PetscTools | privatestatic |
mRank | PetscTools | privatestatic |
ReadPetscObject(Mat &rMat, const std::string &rOutputFileFullPath, Vec rParallelLayout=nullptr) | PetscTools | static |
ReadPetscObject(Vec &rVec, const std::string &rOutputFileFullPath, Vec rParallelLayout=nullptr) | PetscTools | static |
ReplicateBool(bool flag) | PetscTools | static |
ReplicateException(bool flag) | PetscTools | static |
ResetCache() | PetscTools | static |
SetOption(const char *pOptionName, const char *pOptionValue) | PetscTools | inlinestatic |
SetupMat(Mat &rMat, int numRows, int numColumns, unsigned rowPreallocation, int numLocalRows=PETSC_DECIDE, int numLocalColumns=PETSC_DECIDE, bool ignoreOffProcEntries=true, bool newAllocationError=true) | PetscTools | static |