34#ifndef Foam_interpolationCell_H
35#define Foam_interpolationCell_H
77 const label facei = -1
80 return this->
psi_[celli];
88 const label facei = -1
Generic GeometricField class.
Mesh data needed to do the Finite Volume discretisation.
Type interpolate(const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const
Returns the cell value corresponding to the given tetrahedron.
interpolationCell(const GeometricField< Type, fvPatchField, volMesh > &psi)
Construct from components.
TypeName("cell")
Runtime type information.
Type interpolate(const vector &position, const label celli, const label facei=-1) const
Returns the cell value.
interpolation(const GeometricField< Type, fvPatchField, volMesh > &psi)
Construct from components.
const GeometricField< Type, fvPatchField, volMesh > & psi_
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.