Mesh-to-mesh mapping information for particles. More...
#include <mapDistributeLagrangian.H>
Public Member Functions | |
| mapDistributeLagrangian (const label nNewParticles, labelListList &&subParticleMap, labelListList &&constructParticleMap, labelListList &&constructCellLabels) | |
| Move construct from components. | |
| const mapDistribute & | particleMap () const |
| Distribution map. | |
| const labelListList & | constructCellLabels () const |
| Per received particle the destination cell label. | |
| template<class T> | |
| void | distributeLagrangianData (List< T > &lst) const |
| Distribute list of lagrangian data. | |
| void | updateMesh (const mapPolyMesh &) |
| Correct for topo change. | |
Mesh-to-mesh mapping information for particles.
Definition at line 43 of file mapDistributeLagrangian.H.
|
inline |
Move construct from components.
Definition at line 65 of file mapDistributeLagrangian.H.
References constructCellLabels().

|
inline |
Distribution map.
Definition at line 90 of file mapDistributeLagrangian.H.
|
inline |
Per received particle the destination cell label.
Definition at line 98 of file mapDistributeLagrangian.H.
Referenced by mapDistributeLagrangian().

Distribute list of lagrangian data.
Definition at line 110 of file mapDistributeLagrangian.H.
|
inline |
Correct for topo change.
Definition at line 118 of file mapDistributeLagrangian.H.
References NotImplemented.