PETScWrapper< T_ > Member List
This is the complete list of members for PETScWrapper< T_ >, including all inherited members.
checkError(PETScVect< T_ > &u) const | PETScWrapper< T_ > | |
getBoolOption(string s, PetscBool &b, PetscBool &set) const | PETScWrapper< T_ > | |
getIntOption(string s, PetscInt &n, PetscBool &set) const | PETScWrapper< T_ > | |
getIterationNumber() const | PETScWrapper< T_ > | |
getRank() const | PETScWrapper< T_ > | |
operator<<(ostream &s, const PETScWrapper< S_ > &w) | PETScWrapper< T_ > | friend |
PETScWrapper(int argc, char **args, string help="") | PETScWrapper< T_ > | |
setIterationMethod(string m) | PETScWrapper< T_ > | |
setIterationParameters(real_t tol, size_t max_it) | PETScWrapper< T_ > | |
setLinearSystem(PETScMatrix< T_ > &A, PETScVect< T_ > &b, string s=KSPCG, string p=PCJACOBI, real_t tol=1.e-12, size_t max_it=1000) | PETScWrapper< T_ > | |
setLSTolerances(real_t rel_tol, real_t abs_tol, real_t div_tol=PETSC_DEFAULT, int max_it=PETSC_DEFAULT) const | PETScWrapper< T_ > | |
setMatrix(PETScMatrix< T_ > &A) | PETScWrapper< T_ > | |
setMesh(Mesh &ms) | PETScWrapper< T_ > | |
setPartition(Partition &p) | PETScWrapper< T_ > | |
setPreconditioner(string p) | PETScWrapper< T_ > | |
size() const | PETScWrapper< T_ > | |
solve(PETScVect< T_ > &x) | PETScWrapper< T_ > | |
solve(const PETScVect< T_ > &b, PETScVect< T_ > &x) | PETScWrapper< T_ > | |
~PETScWrapper() | PETScWrapper< T_ > |