Central-differencing interpolation scheme class. More...
#include <finiteVolume/linear.H>
Central-differencing interpolation scheme class.
Definition at line 51 of file linear.H.
Inheritance diagram for linear< Type >:
Collaboration diagram for linear< Type >:Public Member Functions | |
| TypeName ("linear") | |
| Runtime type information.
| |
| linear (const fvMesh &mesh) | |
| Construct from mesh.
| |
| linear (const fvMesh &mesh, Istream &) | |
| Construct from Istream.
| |
| linear (const fvMesh &mesh, const surfaceScalarField &, Istream &) | |
| Construct from faceFlux and Istream.
| |
| tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
| Return the interpolation weighting factors.
| |
| linear | ( | const fvMesh & | mesh, |
| const surfaceScalarField & | , | ||
| Istream & | |||
| ) | [inline]
|
| TypeName | ( | "linear< Type >" | ) |
Runtime type information.
| tmp<surfaceScalarField> weights | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [inline, virtual]
|
Return the interpolation weighting factors.
Implements surfaceInterpolationScheme< Type >.
Definition at line 97 of file linear.H.
References surfaceInterpolationScheme< Type >::mesh().