|
Public Member Functions |
| ClassName ("tetFemMatrix") |
| tetFemMatrix (GeometricField< Type, tetPolyPatchField, tetPointMesh > &, const dimensionSet &) |
| Construct given a field to solve for.
|
| tetFemMatrix (const tetFemMatrix< Type > &) |
| Construct as copy.
|
| tetFemMatrix (GeometricField< Type, tetPolyPatchField, tetPointMesh > &, Istream &) |
| Construct from Istream given field to solve for.
|
virtual | ~tetFemMatrix () |
const GeometricField< Type,
tetPolyPatchField, tetPointMesh > & | psi () const |
GeometricField< Type, tetPolyPatchField,
tetPointMesh > & | psi () |
const dimensionSet & | dimensions () const |
Field< Type > & | source () |
const Field< Type > & | source () const |
void | addConstraint (const label vertex, const Type &value) |
| Set reference level for solution.
|
void | relax (const scalar alpha) |
| Relax matrix (for steady-state solution).
|
void | relax () |
| Relax matrix (for steady-state solution).
|
void | check () |
| Check matrix for diagonal dominance.
|
lduMatrix::solverPerformance | solve () |
| Solve returning the solution statistics.
|
tmp< Field< Type > > | residual () |
| Return the matrix residual.
|
void | operator= (const tetFemMatrix< Type > &) |
void | operator= (const tmp< tetFemMatrix< Type > > &) |
void | negate () |
void | operator+= (const tetFemMatrix< Type > &) |
void | operator+= (const tmp< tetFemMatrix< Type > > &) |
void | operator-= (const tetFemMatrix< Type > &) |
void | operator-= (const tmp< tetFemMatrix< Type > > &) |
void | operator+= (const GeometricField< Type, tetPolyPatchField, elementMesh > &) |
void | operator+= (const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &) |
void | operator-= (const GeometricField< Type, tetPolyPatchField, elementMesh > &) |
void | operator-= (const tmp< GeometricField< Type, tetPolyPatchField, elementMesh > > &) |
void | operator+= (const dimensioned< Type > &) |
void | operator-= (const dimensioned< Type > &) |
void | operator *= (const dimensioned< scalar > &) |
template<> |
lduMatrix::solverPerformance | solve () |
template<> |
tmp< scalarField > | residual () |
Friends |
Ostream & | operator (Ostream &, const tetFemMatrix< Type > &) |