Combined DILU/GaussSeidel smoother for asymmetric matrices in which DILU smoothing is followed by GaussSeidel to ensure that any "spikes" created by the DILU sweeps are smoothed-out. More...
#include <OpenFOAM/DILUGaussSeidelSmoother.H>
Combined DILU/GaussSeidel smoother for asymmetric matrices in which DILU smoothing is followed by GaussSeidel to ensure that any "spikes" created by the DILU sweeps are smoothed-out.
Definition at line 52 of file DILUGaussSeidelSmoother.H.
Public Member Functions | |
TypeName ("DILUGaussSeidel") | |
Runtime type information.
| |
DILUGaussSeidelSmoother (const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces) | |
Construct from matrix components.
| |
virtual void | smooth (scalarField &psi, const scalarField &Source, const direction cmpt, const label nSweeps) const |
Smooth the solution for a given number of sweeps.
|
DILUGaussSeidelSmoother | ( | 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 DILUGaussSeidelSmoother.C.
TypeName | ( | "DILUGaussSeidel" | ) |
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 81 of file DILUGaussSeidelSmoother.C.