Go to the documentation of this file.
38 #ifndef multivariateSelectionScheme_H
39 #define multivariateSelectionScheme_H
136 tmp<surfaceInterpolationScheme<Type>> operator()
138 const GeometricField<Type, fvPatchField, volMesh>&
field
141 return tmp<surfaceInterpolationScheme<Type>>
143 new fieldScheme(
field, weights_)
A class for managing temporary objects.
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Abstract base class for multi-variate surface interpolation schemes.
const fvMesh & mesh() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
Generic multi-variate discretisation scheme class for which any of the NVD, CNVD or NVDV schemes may ...
fieldScheme(const GeometricField< Type, fvPatchField, volMesh > &field, const surfaceScalarField &weights)
const fieldTable & fields() const
TypeName("multivariateSelection")
Generic GeometricField class.