Pre-declare SubField and related Field type.
tmp< Field< Type > > tgtToSrc(const Field< Type > &tgtFld) const
Interpolate a target cell field to the source with no left.
autoPtr< distributionMap > srcMapPtr_
Map from source patch cells to target-local source patch cells.
labelListList tgtLocalSrcCells_
For each target cell, the coupled local source cells.
tmp< Field< Type > > srcToTgt(const Field< Type > &srcFld) const
Interpolate a source cell field to the target with no left.
scalarListList tgtWeights_
For each target cell, the coupled source weights.
A class for managing temporary objects.