34 Foam::sampledSurfaces::thresholdCellFaces::sampleField
48 Foam::sampledSurfaces::thresholdCellFaces::interpolateField
64 const face&
f = faces()[cutFacei];
68 label pointi =
f[faceVertI];
70 if (!pointDone[pointi])
72 values[pointi] = interpolator.interpolate
77 pointDone[pointi] =
true;
#define forAll(list, i)
Loop across all elements in list.
Pre-declare SubField and related Field type.
Generic GeometricField class.
A face is a list of labels corresponding to mesh vertices.
Abstract base class for interpolation.
A class for managing temporary objects.
T & ref() const
Return non-const reference or generate a fatal error.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.