35 #ifndef mapDistributeLagrangian_H 36 #define mapDistributeLagrangian_H 69 const label nNewParticles,
75 particleMap_(nNewParticles, subParticleMap, constructParticleMap),
93 return constructCellLabels_;
const labelListList & constructCellLabels() const
Per received particle the destination cell label.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void distribute(List< T > &fld, const bool dummyTransform=true, const int tag=UPstream::msgType()) const
Distribute data using default commsType.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Class containing mesh-to-mesh mapping information for particles.
mapDistributeLagrangian(const label nNewParticles, labelListList &&subParticleMap, labelListList &&constructParticleMap, labelListList &&constructCellLabels)
Construct from components.
void updateMesh(const mapPolyMesh &)
Correct for topo change.
void distributeLagrangianData(List< T > &lst) const
Distribute list of lagrangian data.
Class containing processor-to-processor mapping information.
const mapDistribute & particleMap() const
Distribution map.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.