Simplified diagonal-based incomplete LU smoother for asymmetric matrices. More...
#include <OpenFOAM/DILUSmoother.H>
Simplified diagonal-based incomplete LU smoother for asymmetric matrices.
To improve efficiency, the residual is evaluated after every nSweeps sweeps.
Definition at line 52 of file DILUSmoother.H.
Inheritance diagram for DILUSmoother:
Collaboration diagram for DILUSmoother:Public Member Functions | |
| TypeName ("DILU") | |
| Runtime type information.
| |
| DILUSmoother (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.
| |
| DILUSmoother | ( | 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 DILUSmoother.C.
| TypeName | ( | "DILU" | ) |
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 DILUSmoother.C.
References UList< T >::begin().