Simplified diagonal-based incomplete Cholesky smoother for symmetric matrices. More...
#include <OpenFOAM/DICSmoother.H>
Simplified diagonal-based incomplete Cholesky smoother for symmetric matrices.
To improve efficiency, the residual is evaluated after every nSweeps sweeps.
Definition at line 53 of file DICSmoother.H.
 Inheritance diagram for DICSmoother:
 Inheritance diagram for DICSmoother: Collaboration diagram for DICSmoother:
 Collaboration diagram for DICSmoother:| Public Member Functions | |
| TypeName ("DIC") | |
| Runtime type information. | |
| DICSmoother (const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces) | |
| Construct from matrix components. | |
| void | smooth (scalarField &psi, const scalarField &source, const direction cmpt, const label nSweeps) const | 
| Smooth the solution for a given number of sweeps. | |
| 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.
| void smooth | ( | scalarField & | psi, | 
| const scalarField & | source, | ||
| const direction | cmpt, | ||
| const label | nSweeps | ||
| ) | const  [virtual] | 
Smooth the solution for a given number of sweeps.
Implements lduMatrix::smoother.
Definition at line 68 of file DICSmoother.C.
References UList< T >::begin().