Go to the documentation of this file.
32 #ifndef interpolationCellPointFace_H
33 #define interpolationCellPointFace_H
64 label tetLabelCandidate[],
65 label tetPointLabels[],
67 scalar phiCandidate[],
76 label tetPointLabels[],
103 const label faceI = -1
bool findTet(const vector &position, const label nFace, vector tetPoints[], label tetLabelCandidate[], label tetPointLabels[], scalar phi[], scalar phiCandidate[], label &closestFace, scalar &minDistance) const
const GeometricField< Type, fvsPatchField, surfaceMesh > psis_
Linearly interpolated volfield.
TypeName("cellPointFace")
Runtime type information.
const GeometricField< Type, fvPatchField, volMesh > & psi() const
Return the field to be interpolated.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Abstract base class for interpolation.
Tet storage. Null constructable (unfortunately tetrahedron<point, point> is not)
bool findTriangle(const vector &position, const label nFace, label tetPointLabels[], scalar phi[]) const
interpolationCellPointFace(const GeometricField< Type, fvPatchField, volMesh > &psi)
Construct from components.
Foam::interpolationCellPointFace.
Type interpolate(const vector &position, const label cellI, const label faceI=-1) const
Interpolate field to the given point in the given cell.
const GeometricField< Type, pointPatchField, pointMesh > psip_
Interpolated volfield.
Generic GeometricField class.