Go to the documentation of this file.
34 #ifndef interpolationCellPatchConstrained_H
35 #define interpolationCellPatchConstrained_H
78 const label faceI = -1
const GeometricField< Type, fvPatchField, volMesh > & psi() const
Return the field to be interpolated.
interpolationCellPatchConstrained(const GeometricField< Type, fvPatchField, volMesh > &psi)
Construct from components.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
TypeName("cellPatchConstrained")
Runtime type information.
Abstract base class for interpolation.
Type interpolate(const vector &position, const label cellI, const label faceI=-1) const
Interpolate field to the given point in the given cell.
Uses the cell value for any point in the cell apart from a boundary face where it uses the boundary v...
Generic GeometricField class.