36 Foam::distanceSurface::sampleField
38 const GeometricField<Type, fvPatchField, volMesh>& vField
47 Foam::distanceSurface::interpolateField
49 const interpolation<Type>& interpolator
52 const fvMesh& fvm =
static_cast<const fvMesh&
>(
mesh());
55 const GeometricField<Type, fvPatchField, volMesh>& volFld =
58 tmp<GeometricField<Type, pointPatchField, pointMesh> > pointFld
64 return surface().interpolate(volFld, pointFld());