32 Foam::sampledSurfaces::plane::sampleField
43 Foam::sampledSurfaces::plane::interpolateField
56 const face&
f = faces()[cutFacei];
60 label pointi = f[faceVertI];
62 if (!pointDone[pointi])
69 pointDone[pointi] =
true;
#define forAll(list, i)
Loop across all elements in list.
A face is a list of labels corresponding to mesh vertices.
T & ref() const
Return non-const reference or generate a fatal error.
Generic GeometricField class.
virtual Type interpolate(const vector &position, const label celli, const label facei=-1) const =0
Interpolate field to the given point in the given cell.
Pre-declare SubField and related Field type.
Abstract base class for interpolation.
A class for managing temporary objects.