40 return meshInterp().mapTgtToSrc(field);
70 meshInterp().mapTgtToSrc(field, result);
void mapSrcToTgt(const UList< Type > &srcFld, List< Type > &result) const
Map field from src to tgt mesh with defined operation.
Base class for inter-region exchange.
Pre-declare SubField and related Field type.
tmp< Field< Type > > interpolate(const interRegionModel &nbrModel, const Field< Type > &field) const
Interpolate field with nbrModel specified.
const meshToMesh & meshInterp() const
Return const access to the mapToMap pointer.
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
A class for managing temporary objects.