This is the complete list of members for DICGaussSeidelSmoother, including all inherited members.
declareRunTimeSelectionTable(autoPtr, smoother, symMatrix,(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces),(fieldName, matrix, interfaceBouCoeffs, interfaceIntCoeffs, interfaces)) | lduMatrix::smoother | |
declareRunTimeSelectionTable(autoPtr, smoother, asymMatrix,(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces),(fieldName, matrix, interfaceBouCoeffs, interfaceIntCoeffs, interfaces)) | lduMatrix::smoother | |
DICGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces) | DICGaussSeidelSmoother | |
fieldName() const | lduMatrix::smoother | inline |
fieldName_ | lduMatrix::smoother | protected |
getName(const dictionary &) | lduMatrix::smoother | static |
interfaceBouCoeffs() const | lduMatrix::smoother | inline |
interfaceBouCoeffs_ | lduMatrix::smoother | protected |
interfaceIntCoeffs() const | lduMatrix::smoother | inline |
interfaceIntCoeffs_ | lduMatrix::smoother | protected |
interfaces() const | lduMatrix::smoother | inline |
interfaces_ | lduMatrix::smoother | protected |
matrix() const | lduMatrix::smoother | inline |
matrix_ | lduMatrix::smoother | protected |
New(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces, const dictionary &solverControls) | lduMatrix::smoother | static |
smooth(scalarField &psi, const scalarField &Source, const direction cmpt, const label nSweeps) const | DICGaussSeidelSmoother | virtual |
smoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces) | lduMatrix::smoother | |
type() const =0 | lduMatrix::smoother | pure virtual |
TypeName("DICGaussSeidel") | DICGaussSeidelSmoother | |
~smoother() | lduMatrix::smoother | inlinevirtual |