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] |
| BeginRoundRobin() | 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] |
| Destroy(Vec &rVec) | PetscTools | [inline, static] |
| Destroy(Mat &rMat) | PetscTools | [inline, static] |
| 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] |
| IsIsolated() | PetscTools | [static] |
| IsolateProcesses(bool isolate=true) | PetscTools | [static] |
| IsParallel() | PetscTools | [static] |
| IsSequential() | PetscTools | [static] |
| MASTER_RANK | PetscTools | [static] |
| mIsolateProcesses | PetscTools | [private, 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, bool newAllocationError=true) | PetscTools | [static] |