36 return AMI().interpolateToSource(fld);
40 return nbrPatch().AMI().interpolateToTarget(fld);
53 return AMI().interpolateToSource(tFld);
57 return nbrPatch().AMI().interpolateToTarget(tFld);
62 template<
class Type,
class BinaryOp>
72 AMI().interpolateToSource(fld, bop, result);
76 nbrPatch().AMI().interpolateToTarget(fld, bop, result);
Pre-declare SubField and related Field type.
tmp< Field< Type > > interpolate(const Field< Type > &fld) const
Interpolate field.
A class for managing temporary objects.