PetscTools Member List
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] |
CheckCache() | PetscTools | [inline, private, static] |
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] |
DumpPetscObject(const Mat &rMat, const std::string &rOutputFileFullPath) | PetscTools | [static] |
DumpPetscObject(const Vec &rVec, const std::string &rOutputFileFullPath) | PetscTools | [static] |
GetMyRank() | PetscTools | [static] |
GetNumProcs() | PetscTools | [static] |
IsParallel() | PetscTools | [static] |
IsSequential() | PetscTools | [static] |
MASTER_RANK | PetscTools | [static] |
mNumProcessors | PetscTools | [private, static] |
mPetscIsInitialised | PetscTools | [private, static] |
mRank | PetscTools | [private, static] |
ReadPetscObject(Mat &rMat, const std::string &rOutputFileFullPath, Vec rParallelLayout=NULL) | PetscTools | [static] |
ReadPetscObject(Vec &rVec, const std::string &rOutputFileFullPath, Vec rParallelLayout=NULL) | PetscTools | [static] |
ReplicateBool(bool flag) | PetscTools | [static] |
ReplicateException(bool flag) | PetscTools | [static] |
ResetCache() | PetscTools | [static] |
SetupMat(Mat &rMat, int numRows, int numColumns, unsigned rowPreallocation, int numLocalRows=PETSC_DECIDE, int numLocalColumns=PETSC_DECIDE, bool ignoreOffProcEntries=true) | PetscTools | [static] |
Terminate(const std::string &rMessage, const std::string &rFilename, unsigned lineNumber) | PetscTools | [static] |