surfaceInterpolationScheme sub-class returned by operator(field) More...
surfaceInterpolationScheme sub-class returned by operator(field)
which is used as the interpolation scheme for the field
Definition at line 95 of file multivariateScheme.H.
Public Member Functions | |
fieldScheme (const GeometricField< Type, fvPatchField, volMesh > &field, const surfaceScalarField &weights) | |
tmp< surfaceScalarField > | weights (const GeometricField< Type, fvPatchField, volMesh > &) const |
Return the interpolation weighting factors.
|
fieldScheme | ( | const GeometricField< Type, fvPatchField, volMesh > & | field, |
const surfaceScalarField & | weights | ||
) | [inline]
|
Definition at line 109 of file multivariateScheme.H.
tmp<surfaceScalarField> weights | ( | const GeometricField< Type, fvPatchField, volMesh > & | ) | const [inline, virtual]
|
Return the interpolation weighting factors.
Implements multivariateSurfaceInterpolationScheme< Type >::fieldScheme.
Definition at line 124 of file multivariateScheme.H.