Combined DIC/GaussSeidel smoother for symmetric matrices in which DIC smoothing is followed by GaussSeidel to ensure that any "spikes" created by the DIC sweeps are smoothed-out. More...
#include <OpenFOAM/DICGaussSeidelSmoother.H>
Combined DIC/GaussSeidel smoother for symmetric matrices in which DIC smoothing is followed by GaussSeidel to ensure that any "spikes" created by the DIC sweeps are smoothed-out.
Definition at line 52 of file DICGaussSeidelSmoother.H.
Inheritance diagram for DICGaussSeidelSmoother:
Collaboration diagram for DICGaussSeidelSmoother:Public Member Functions | |
| TypeName ("DICGaussSeidel") | |
| Runtime type information.
| |
| DICGaussSeidelSmoother (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.
| |
| DICGaussSeidelSmoother | ( | 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 42 of file DICGaussSeidelSmoother.C.
| TypeName | ( | "DICGaussSeidel" | ) |
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 80 of file DICGaussSeidelSmoother.C.