Go to the documentation of this file.
44 return srcToTgtCellAddr_;
50 return tgtToSrcCellAddr_;
56 return srcToTgtCellWght_;
62 return tgtToSrcCellWght_;
68 return srcToTgtCellVec_;
74 return tgtToSrcCellVec_;
const scalarListList & tgtToSrcCellWght() const
Return const access to the target to source cell weights.
const PtrList< AMIPatchToPatchInterpolation > & patchAMIs() const
Return the list of AMIs between source and target patches.
scalar V() const
Return const access to the overlap volume.
Mesh consisting of general polyhedral cells.
const polyMesh & srcRegion_
Reference to the source mesh.
const labelListList & srcToTgtCellAddr() const
Return const access to the source to target cell addressing.
const pointListList & srcToTgtCellVec() const
Return const access to the source to target offset vectors.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
const polyMesh & srcRegion() const
Return const access to the source mesh.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const polyMesh & tgtRegion() const
Return const access to the target mesh.
const labelListList & tgtToSrcCellAddr() const
Return const access to the target to source cell addressing.
const scalarListList & srcToTgtCellWght() const
Return const access to the source to target cell weights.
const pointListList & tgtToSrcCellVec() const
Return const access to the target to source offset vectors.