35 Foam::sampledIsoSurface::sampleField
37 const GeometricField<Type, fvPatchField, volMesh>& vField
49 Foam::sampledIsoSurface::interpolateField
51 const interpolation<Type>& interpolator
55 const GeometricField<Type, fvPatchField, volMesh>& volFld =
61 if (subMeshPtr_.valid())
63 tmp<GeometricField<Type, fvPatchField, volMesh> > tvolSubFld =
64 subMeshPtr_().interpolate(volFld);
66 const GeometricField<Type, fvPatchField, volMesh>& volSubFld =
69 tmp<GeometricField<Type, pointPatchField, pointMesh> > tpointSubFld =
73 return surface().interpolate(volSubFld, tpointSubFld());
77 tmp<GeometricField<Type, pointPatchField, pointMesh> > tpointFld =
81 return surface().interpolate(volFld, tpointFld());