A lduMatrix::smoother for Gauss-Seidel. More...
Static Public Member Functions | |
static void | smooth (const word &fieldName, solveScalarField &psi, const lduMatrix &matrix, const solveScalarField &source, const FieldField< Field, scalar > &interfaceBouCoeffs, const lduInterfaceFieldPtrsList &interfaces, const direction cmpt, const label nSweeps) |
![]() | |
static word | getName (const dictionary &) |
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) |
Additional Inherited Members | |
![]() | |
word | fieldName_ |
const lduMatrix & | matrix_ |
const FieldField< Field, scalar > & | interfaceBouCoeffs_ |
const FieldField< Field, scalar > & | interfaceIntCoeffs_ |
const lduInterfaceFieldPtrsList & | interfaces_ |
A lduMatrix::smoother for Gauss-Seidel.
Definition at line 50 of file GaussSeidelSmoother.H.
GaussSeidelSmoother | ( | const word & | fieldName, |
const lduMatrix & | matrix, | ||
const FieldField< Field, scalar > & | interfaceBouCoeffs, | ||
const FieldField< Field, scalar > & | interfaceIntCoeffs, | ||
const lduInterfaceFieldPtrsList & | interfaces | ||
) |
Definition at line 42 of file GaussSeidelSmoother.C.
TypeName | ( | "GaussSeidel" | ) |
|
static |
Definition at line 64 of file GaussSeidelSmoother.C.
References UList::begin(), lduMatrix::diag(), lduMatrix::initMatrixInterfaces(), lduMatrix::lduAddr(), lduMatrix::lower(), lduAddressing::ownerStartAddr(), psi, Foam::fvc::sweep(), lduMatrix::updateMatrixInterfaces(), lduMatrix::upper(), and lduAddressing::upperAddr().
|
virtual |
Implements lduMatrix::smoother.
Definition at line 169 of file GaussSeidelSmoother.C.
References psi, and Foam::fvc::smooth().
|
virtual |
Implements lduMatrix::smoother.
Definition at line 191 of file GaussSeidelSmoother.C.
References psi, and Foam::fvc::smooth().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.