, including all inherited members.
| AddLhsMultipleValues(unsigned *matrixRowAndColIndices, c_matrix< double, MATRIX_SIZE, MATRIX_SIZE > &smallMatrix) (defined in LinearSystem) | LinearSystem | [inline] |
| AddRhsMultipleValues(unsigned *VectorIndices, c_vector< double, VECTOR_SIZE > &smallVector) (defined in LinearSystem) | LinearSystem | [inline] |
| AddToMatrixElement(PetscInt row, PetscInt col, double value) (defined in LinearSystem) | LinearSystem | |
| AddToRhsVectorElement(PetscInt row, double value) (defined in LinearSystem) | LinearSystem | |
| AssembleFinalLhsMatrix() (defined in LinearSystem) | LinearSystem | |
| AssembleFinalLinearSystem() (defined in LinearSystem) | LinearSystem | |
| AssembleIntermediateLhsMatrix() (defined in LinearSystem) | LinearSystem | |
| AssembleIntermediateLinearSystem() (defined in LinearSystem) | LinearSystem | |
| AssembleRhsVector() (defined in LinearSystem) | LinearSystem | |
| DisplayMatrix() (defined in LinearSystem) | LinearSystem | |
| DisplayRhs() (defined in LinearSystem) | LinearSystem | |
| GetMatrixElement(PetscInt row, PetscInt col) | LinearSystem | |
| GetOwnershipRange(PetscInt &lo, PetscInt &hi) | LinearSystem | |
| GetRhsVectorElement(PetscInt row) | LinearSystem | |
| GetSize() (defined in LinearSystem) | LinearSystem | |
| LinearSystem(PetscInt lhsVectorSize, MatType matType=(MatType) MATMPIAIJ) | LinearSystem | |
| LinearSystem(Vec templateVector) | LinearSystem | |
| LinearSystem(Vec residualVector, Mat jacobianMatrix) | LinearSystem | |
| mDestroyMatAndVec | LinearSystem | [private] |
| mDirichletBoundaryConditionsVector | LinearSystem | [private] |
| mKspIsSetup (defined in LinearSystem) | LinearSystem | [private] |
| mKspSolver (defined in LinearSystem) | LinearSystem | [private] |
| mKspType (defined in LinearSystem) | LinearSystem | [private] |
| mLhsMatrix (defined in LinearSystem) | LinearSystem | [private] |
| mMatNullSpace (defined in LinearSystem) | LinearSystem | [private] |
| mMatrixIsConstant (defined in LinearSystem) | LinearSystem | [private] |
| mNonZerosUsed (defined in LinearSystem) | LinearSystem | [private] |
| mOwnershipRangeHi | LinearSystem | [private] |
| mOwnershipRangeLo | LinearSystem | [private] |
| mPcType (defined in LinearSystem) | LinearSystem | [private] |
| mRhsVector (defined in LinearSystem) | LinearSystem | [private] |
| mSize (defined in LinearSystem) | LinearSystem | [private] |
| mTolerance (defined in LinearSystem) | LinearSystem | [private] |
| mUseAbsoluteTolerance (defined in LinearSystem) | LinearSystem | [private] |
| rGetDirichletBoundaryConditionsVector() | LinearSystem | |
| rGetLhsMatrix() | LinearSystem | |
| rGetRhsVector() | LinearSystem | |
| SetAbsoluteTolerance(double absoluteTolerance) (defined in LinearSystem) | LinearSystem | |
| SetKspType(const char *) (defined in LinearSystem) | LinearSystem | |
| SetMatrixElement(PetscInt row, PetscInt col, double value) (defined in LinearSystem) | LinearSystem | |
| SetMatrixIsConstant(bool matrixIsConstant) (defined in LinearSystem) | LinearSystem | |
| SetMatrixIsSymmetric() | LinearSystem | |
| SetMatrixRow(PetscInt row, double value) (defined in LinearSystem) | LinearSystem | |
| SetNullBasis(Vec nullbasis[], unsigned numberOfBases) (defined in LinearSystem) | LinearSystem | |
| SetPcType(const char *) (defined in LinearSystem) | LinearSystem | |
| SetRelativeTolerance(double relativeTolerance) (defined in LinearSystem) | LinearSystem | |
| SetRhsVectorElement(PetscInt row, double value) (defined in LinearSystem) | LinearSystem | |
| Solve(Vec lhsGuess=NULL) | LinearSystem | |
| TestLinearSystem (defined in LinearSystem) | LinearSystem | [friend] |
| ZeroLhsMatrix() (defined in LinearSystem) | LinearSystem | |
| ZeroLinearSystem() (defined in LinearSystem) | LinearSystem | |
| ZeroMatrixColumn(PetscInt col) | LinearSystem | |
| ZeroMatrixRow(PetscInt row) (defined in LinearSystem) | LinearSystem | |
| ZeroRhsVector() (defined in LinearSystem) | LinearSystem | |
| ~LinearSystem() (defined in LinearSystem) | LinearSystem | |