Additional Inherited Members | |
Static Public Member Functions inherited from lduMatrix::solver | |
| static autoPtr< solver > | New (const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces, const dictionary &solverControls) |
| Return a new solver. More... | |
Protected Member Functions inherited from lduMatrix::solver | |
| virtual void | readControls () |
| Read the control parameters from the controlDict_. More... | |
Protected Attributes inherited from lduMatrix::solver | |
| word | fieldName_ |
| const lduMatrix & | matrix_ |
| const FieldField< Field, scalar > & | interfaceBouCoeffs_ |
| const FieldField< Field, scalar > & | interfaceIntCoeffs_ |
| lduInterfaceFieldPtrsList | interfaces_ |
| dictionary | controlDict_ |
| Dictionary of controls. More... | |
| label | maxIter_ |
| Maximum number of iterations in the solver. More... | |
| label | minIter_ |
| Minimum number of iterations in the solver. More... | |
| scalar | tolerance_ |
| Final convergence tolerance. More... | |
| scalar | relTol_ |
| Convergence tolerance relative to the initial. More... | |
| profilingTrigger | profiling_ |
Static Protected Attributes inherited from lduMatrix::solver | |
| static const label | defaultMaxIter_ = 1000 |
| Default maximum number of iterations in the solver. More... | |
Definition at line 53 of file diagonalSolver.H.
| diagonalSolver | ( | const word & | fieldName, |
| const lduMatrix & | matrix, | ||
| const FieldField< Field, scalar > & | interfaceBouCoeffs, | ||
| const FieldField< Field, scalar > & | interfaceIntCoeffs, | ||
| const lduInterfaceFieldPtrsList & | interfaces, | ||
| const dictionary & | solverControls | ||
| ) |
Construct from matrix and solver controls.
Definition at line 41 of file diagonalSolver.C.
| TypeName | ( | "diagonal" | ) |
Runtime type information.
|
inlinevirtual |
Read and reset the solver parameters from the given stream.
Reimplemented from lduMatrix::solver.
Definition at line 89 of file diagonalSolver.H.
|
virtual |
Solve the matrix with this solver.
Implements lduMatrix::solver.
Definition at line 65 of file diagonalSolver.C.
References psi.