Class containing mesh-to-mesh mapping information for particles. More...
Public Member Functions | |
| lagrangianDistributionMap (const label nNewParticles, labelListList &&subParticleMap, labelListList &&constructParticleMap, labelListList &&constructCellLabels) | |
| Construct from components. More... | |
| const distributionMap & | particleMap () const |
| Distribution map. More... | |
| const labelListList & | constructCellLabels () const |
| Per received particle the destination cell label. More... | |
| template<class T > | |
| void | distributeLagrangianData (List< T > &lst) const |
| Distribute list of lagrangian data. More... | |
Class containing mesh-to-mesh mapping information for particles.
Definition at line 48 of file lagrangianDistributionMap.H.
|
inline |
Construct from components.
Definition at line 64 of file lagrangianDistributionMap.H.
|
inline |
Distribution map.
Definition at line 82 of file lagrangianDistributionMap.H.
|
inline |
Per received particle the destination cell label.
Definition at line 88 of file lagrangianDistributionMap.H.
Distribute list of lagrangian data.
Definition at line 98 of file lagrangianDistributionMap.H.
References distributionMap::distribute().
