Second-order gradient scheme using least-squares. More...
#include <finiteVolume/fourthGrad.H>
Second-order gradient scheme using least-squares.
Definition at line 55 of file fourthGrad.H.
Inheritance diagram for fourthGrad< Type >:
Collaboration diagram for fourthGrad< Type >:Public Member Functions | |
| TypeName ("fourth") | |
| Runtime type information.
| |
| fourthGrad (const fvMesh &mesh, Istream &) | |
| Construct from Istream.
| |
| tmp< GeometricField< typename outerProduct< vector, Type > ::type, fvPatchField, volMesh > > | grad (const GeometricField< Type, fvPatchField, volMesh > &) const |
| Calculate and return the grad of the given field.
| |
| fourthGrad | ( | const fvMesh & | mesh, |
| Istream & | |||
| ) | [inline]
|
Construct from Istream.
Definition at line 77 of file fourthGrad.H.
| TypeName | ( | "fourth" | ) |
Runtime type information.
| tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > grad | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [virtual]
|
Calculate and return the grad of the given field.
Implements gradScheme< Type >.