38#ifndef multivariateSelectionScheme_H
39#define multivariateSelectionScheme_H
54class multivariateSelectionScheme
56 public multivariateSurfaceInterpolationScheme<Type>
68 multivariateSelectionScheme
70 const multivariateSelectionScheme&
74 void operator=(
const multivariateSelectionScheme&) =
delete;
86 multivariateSelectionScheme
89 const typename multivariateSurfaceInterpolationScheme<Type>::
102 public multivariateSurfaceInterpolationScheme<Type>
::fieldScheme
118 multivariateSurfaceInterpolationScheme<Type>::
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
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.
surfaceInterpolationScheme sub-class returned by operator(field)
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
fieldScheme(const GeometricField< Type, fvPatchField, volMesh > &field, const surfaceScalarField &weights)
TypeName("multivariateSelection")
Runtime type information.
const fieldTable & fields() const
Return fields to be interpolated.
const fvMesh & mesh() const
Return mesh reference.
A class for managing temporary objects.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.