Go to the documentation of this file.
39 #ifndef cellVolumeWeightMethod_H
40 #define cellVolumeWeightMethod_H
67 const label startSeedI,
virtual ~cellVolumeWeightMethod()
TypeName("cellVolumeWeight")
Mesh consisting of general polyhedral cells.
Base class for mesh-to-mesh calculation methods.
const polyMesh & src() const
bool findInitialSeeds(const labelList &srcCellIDs, const boolList &mapFlag, const label startSeedI, label &srcSeedI, label &tgtSeedI) const
const polyMesh & tgt() const
void setNextCells(label &startSeedI, label &srcCelli, label &tgtCelli, const labelList &srcCellIDs, const boolList &mapFlag, const DynamicList< label > &visitedCells, labelList &seedCells) const
virtual void calculate(labelListList &srcToTgtAddr, scalarListList &srcToTgtWght, pointListList &srcToTgtVec, labelListList &tgtToSrcAddr, scalarListList &tgtToSrcWght, pointListList &tgtToSrcVec)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Cell-volume-weighted mesh-to-mesh interpolation class.
void calculateAddressing(labelListList &srcToTgtCellAddr, scalarListList &srcToTgtCellWght, labelListList &tgtToSrcCellAddr, scalarListList &tgtToSrcCellWght, const label srcSeedI, const label tgtSeedI, const labelList &srcCellIDs, boolList &mapFlag, label &startSeedI)