|
|
|
errorEstimate< Type > Class Template ReferenceResidual error estimation. More...
Inheritance diagram for errorEstimate< Type >:
![]()
Collaboration diagram for errorEstimate< Type >:
![]() Detailed Descriptiontemplate<class Type>
Residual error estimation.
|
| errorEstimate | ( | const GeometricField< Type, fvPatchField, volMesh > & | psi, | |
| const dimensionSet & | ds, | |||
| const Field< Type > & | res, | |||
| const scalarField & | norm | |||
| ) | [inline] |
| errorEstimate | ( | const errorEstimate< Type > & | ee | ) | [inline] |
| ~errorEstimate | ( | ) | [inline] |
Definition at line 84 of file errorEstimate.C.
| ClassName | ( | "errorEstimate< Type >" | ) |
| const GeometricField<Type, fvPatchField, volMesh>& psi | ( | ) | const [inline] |
| const dimensionSet& dimensions | ( | ) | const [inline] |
Definition at line 115 of file errorEstimate.H.
Definition at line 120 of file errorEstimate.H.
| Foam::tmp< Foam::GeometricField< Type, Foam::fvPatchField, Foam::volMesh > > residual | ( | ) | const [inline] |
| Foam::tmp< Foam::volScalarField > normFactor | ( | ) | const [inline] |
| Foam::tmp< Foam::GeometricField< Type, Foam::fvPatchField, Foam::volMesh > > error | ( | ) | const [inline] |
| void operator= | ( | const errorEstimate< Type > & | rhs | ) | [inline] |
Definition at line 189 of file errorEstimate.C.
Referenced by errorEstimate< Type >::negate().

| void operator= | ( | const tmp< errorEstimate< Type > > & | teev | ) | [inline] |
Definition at line 216 of file errorEstimate.C.
| void negate | ( | ) | [inline] |
Definition at line 224 of file errorEstimate.C.
References errorEstimate< Type >::operator=().

| void operator+= | ( | const errorEstimate< Type > & | eev | ) | [inline] |
Definition at line 231 of file errorEstimate.C.
References Field< Type >::negate().

| void operator+= | ( | const tmp< errorEstimate< Type > > & | teev | ) | [inline] |
Definition at line 244 of file errorEstimate.C.
| void operator-= | ( | const errorEstimate< Type > & | eev | ) | [inline] |
Definition at line 254 of file errorEstimate.C.
Referenced by errorEstimate< Type >::operator+=().

| void operator-= | ( | const tmp< errorEstimate< Type > > & | teev | ) | [inline] |
Definition at line 265 of file errorEstimate.C.
| void operator+= | ( | const GeometricField< Type, fvPatchField, volMesh > & | su | ) | [inline] |
Definition at line 274 of file errorEstimate.C.
References errorEstimate< Type >::operator-=().

| void operator+= | ( | const tmp< GeometricField< Type, fvPatchField, volMesh > > & | tsu | ) | [inline] |
Definition at line 285 of file errorEstimate.C.
References Foam::checkMethod().

| void operator-= | ( | const GeometricField< Type, fvPatchField, volMesh > & | su | ) | [inline] |
Definition at line 296 of file errorEstimate.C.
| void operator-= | ( | const tmp< GeometricField< Type, fvPatchField, volMesh > > & | tsu | ) | [inline] |
Definition at line 307 of file errorEstimate.C.
References Foam::checkMethod().

| void operator+= | ( | const dimensioned< Type > & | su | ) | [inline] |
Definition at line 318 of file errorEstimate.C.
| void operator-= | ( | const dimensioned< Type > & | su | ) | [inline] |
Definition at line 328 of file errorEstimate.C.
| void operator*= | ( | const volScalarField & | vsf | ) | [inline] |
Definition at line 338 of file errorEstimate.C.
| void operator*= | ( | const tmp< volScalarField > & | tvsf | ) | [inline] |
Definition at line 350 of file errorEstimate.C.
| void operator*= | ( | const dimensioned< scalar > & | ds | ) | [inline] |
Definition at line 361 of file errorEstimate.C.