Simplified diagonal-based incomplete Cholesky smoother for symmetric matrices. More...
Private Attributes | |
scalarField | rD_ |
The reciprocal preconditioned diagonal. More... | |
Additional Inherited Members | |
![]() | |
static word | getName (const dictionary &) |
Find the smoother name (directly or from a sub-dictionary) More... | |
static autoPtr< smoother > | 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 smoother. More... | |
![]() | |
word | fieldName_ |
const lduMatrix & | matrix_ |
const FieldField< Field, scalar > & | interfaceBouCoeffs_ |
const FieldField< Field, scalar > & | interfaceIntCoeffs_ |
const lduInterfaceFieldPtrsList & | interfaces_ |
Simplified diagonal-based incomplete Cholesky smoother for symmetric matrices.
To improve efficiency, the residual is evaluated after every nSweeps sweeps.
Definition at line 52 of file DICSmoother.H.
DICSmoother | ( | const word & | fieldName, |
const lduMatrix & | matrix, | ||
const FieldField< Field, scalar > & | interfaceBouCoeffs, | ||
const FieldField< Field, scalar > & | interfaceIntCoeffs, | ||
const lduInterfaceFieldPtrsList & | interfaces | ||
) |
Construct from matrix components.
Definition at line 43 of file DICSmoother.C.
TypeName | ( | "DIC" | ) |
Runtime type information.
|
virtual |
Smooth the solution for a given number of sweeps.
Implements lduMatrix::smoother.
Definition at line 68 of file DICSmoother.C.
References psi, and Foam::fvc::sweep().
|
private |
The reciprocal preconditioned diagonal.
Definition at line 59 of file DICSmoother.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.