36#ifndef interpolationCellPatchConstrained_H
37#define interpolationCellPatchConstrained_H
77 const label facei = -1
87 const label facei = -1
Generic GeometricField class.
Type interpolate(const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const
Interpolate field to the given coordinates in the tetrahedron.
Type interpolate(const vector &position, const label celli, const label facei=-1) const
Interpolate field to the given point in the given cell.
TypeName("cellPatchConstrained")
Runtime type information.
interpolationCellPatchConstrained(const GeometricField< Type, fvPatchField, volMesh > &psi)
Construct from components.
interpolation(const GeometricField< Type, fvPatchField, volMesh > &psi)
Construct from components.
const GeometricField< Type, fvPatchField, volMesh > & psi() const noexcept
Return the field to be interpolated.
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
label cell() const noexcept
Return the cell index.
PtrList< coordinateSystem > coordinates(solidRegions.size())
Barycentric< scalar > barycentric
A scalar version of the templated Barycentric.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.