28 return singlePatchProc_;
34 return lowWeightCorrection_;
40 return lowWeightCorrection_ > 0;
70 return srcWeightsSum_;
76 return srcWeightsSum_;
112 return tgtWeightsSum_;
118 return tgtWeightsSum_;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label singlePatchProc() const
Set to -1, or the processor holding all faces (both sides) of.
const scalarListList & tgtWeights() const
Return const access to target patch weights.
const mapDistribute & srcMap() const
Source map pointer - valid only if singlePatchProc = -1.
const labelListList & tgtAddress() const
Return const access to target patch addressing.
const scalarField & srcMagSf() const
Return const access to source patch face areas.
const scalarField & tgtWeightsSum() const
Return const access to normalisation factor of target.
const scalarListList & srcWeights() const
Return const access to source patch weights.
const scalarField & srcWeightsSum() const
Return const access to normalisation factor of source.
Class containing processor-to-processor mapping information.
const mapDistribute & tgtMap() const
Target map pointer - valid only if singlePatchProc=-1.
scalar lowWeightCorrection() const
Threshold weight below which interpolation is deactivated.
const labelListList & srcAddress() const
Return const access to source patch addressing.
const scalarField & tgtMagSf() const
Return const access to target patch face areas.
bool applyLowWeightCorrection() const
Return true if employing a 'lowWeightCorrection'.