Go to the documentation of this file.
37 #ifndef correctedCellVolumeWeightMethod_H
38 #define correctedCellVolumeWeightMethod_H
85 TypeName(
"correctedCellVolumeWeight");
void operator=(const correctedCellVolumeWeightMethod &)
Disallow default bitwise assignment.
void calculateAddressing(labelListList &srcToTgtCellAddr, scalarListList &srcToTgtCellWght, pointListList &srcToTgtCellVec, labelListList &tgtToSrcCellAddr, scalarListList &tgtToSrcCellWght, pointListList &tgtToSrcCellVec, const label srcSeedI, const label tgtSeedI, const labelList &srcCellIDs, boolList &mapFlag, label &startSeedI)
Calculate the mesh-to-mesh addressing and weights.
TypeName("correctedCellVolumeWeight")
Run-time type information.
Mesh consisting of general polyhedral cells.
Cell-volume-weighted mesh-to-mesh interpolation class.
const polyMesh & src() const
Return const access to the source mesh.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual void calculate(labelListList &srcToTgtAddr, scalarListList &srcToTgtWght, pointListList &srcToTgtVec, labelListList &tgtToSrcAddr, scalarListList &tgtToSrcWght, pointListList &tgtToSrcVec)
Calculate addressing and weights and optionally offset vectors.
const polyMesh & tgt() const
Return const access to the target mesh.
virtual ~correctedCellVolumeWeightMethod()
Destructor.
correctedCellVolumeWeightMethod(const correctedCellVolumeWeightMethod &)
Disallow default bitwise copy construct.
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.