|
Public Member Functions |
| ClassName ("errorEstimate") |
| errorEstimate (const GeometricField< Type, fvPatchField, volMesh > &psi, const dimensionSet &ds, const Field< Type > &res, const scalarField &norm) |
| Construct from components.
|
| errorEstimate (const errorEstimate< Type > &) |
| Construct as copy.
|
| ~errorEstimate () |
const GeometricField< Type,
fvPatchField, volMesh > & | psi () const |
| Return field.
|
const dimensionSet & | dimensions () const |
| Return residual dimensions.
|
Field< Type > & | res () |
const Field< Type > & | res () const |
tmp< GeometricField< Type,
fvPatchField, volMesh > > | residual () const |
| Cell residual (volume intensive).
|
tmp< volScalarField > | normFactor () const |
| Normalisation factor.
|
tmp< GeometricField< Type,
fvPatchField, volMesh > > | error () const |
| Error estimate.
|
void | operator= (const errorEstimate< Type > &) |
void | operator= (const tmp< errorEstimate< Type > > &) |
void | negate () |
void | operator+= (const errorEstimate< Type > &) |
void | operator+= (const tmp< errorEstimate< Type > > &) |
void | operator-= (const errorEstimate< Type > &) |
void | operator-= (const tmp< errorEstimate< Type > > &) |
void | operator+= (const GeometricField< Type, fvPatchField, volMesh > &) |
void | operator+= (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) |
void | operator-= (const GeometricField< Type, fvPatchField, volMesh > &) |
void | operator-= (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) |
void | operator+= (const dimensioned< Type > &) |
void | operator-= (const dimensioned< Type > &) |
void | operator *= (const volScalarField &) |
void | operator *= (const tmp< volScalarField > &) |
void | operator *= (const dimensioned< scalar > &) |