96 return this->
mesh().surfaceInterpolation::weights();
114 vf.
mesh().surfaceInterpolation::weights()
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > linearInterpolate(const GeometricField< Type, fvPatchField, volMesh > &vf)
Central-differencing interpolation scheme class.
void operator=(const linear &)=delete
Disallow default bitwise assignment.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
const fvMesh & mesh() const
Return mesh reference.
TypeName("linear")
Runtime type information.
linear(const fvMesh &mesh)
Construct from mesh.
const Mesh & mesh() const
Return mesh.
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const tmp< surfaceScalarField > &)
Return the face-interpolate of the given cell field.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
Abstract base class for surface interpolation schemes.