35 #ifndef lagrangianDistributionMap_H 36 #define lagrangianDistributionMap_H 67 const label nNewParticles,
73 particleMap_(nNewParticles, subParticleMap, constructParticleMap),
91 return constructCellLabels_;
const distributionMap & particleMap() const
Distribution map.
Class containing mesh-to-mesh mapping information for particles.
void distribute(List< T > &fld, const bool dummyTransform=true, const int tag=UPstream::msgType()) const
Distribute data using default commsType.
const labelListList & constructCellLabels() const
Per received particle the destination cell label.
Class containing processor-to-processor mapping information.
void distributeLagrangianData(List< T > &lst) const
Distribute list of lagrangian data.
lagrangianDistributionMap(const label nNewParticles, labelListList &&subParticleMap, labelListList &&constructParticleMap, labelListList &&constructCellLabels)
Construct from components.