mapDistributeLagrangian Class Reference

Class containing mesh-to-mesh mapping information for particles. More...

Public Member Functions

 mapDistributeLagrangian (const label nNewParticles, labelListList &&subParticleMap, labelListList &&constructParticleMap, labelListList &&constructCellLabels)
 Construct from components. More...
 
const mapDistributeparticleMap () const
 Distribution map. More...
 
const labelListListconstructCellLabels () const
 Per received particle the destination cell label. More...
 
template<class T >
void distributeLagrangianData (List< T > &lst) const
 Distribute list of lagrangian data. More...
 
void updateMesh (const mapPolyMesh &)
 Correct for topo change. More...
 

Detailed Description

Class containing mesh-to-mesh mapping information for particles.

Source files

Definition at line 50 of file mapDistributeLagrangian.H.

Constructor & Destructor Documentation

◆ mapDistributeLagrangian()

mapDistributeLagrangian ( const label  nNewParticles,
labelListList &&  subParticleMap,
labelListList &&  constructParticleMap,
labelListList &&  constructCellLabels 
)
inline

Construct from components.

Definition at line 67 of file mapDistributeLagrangian.H.

Member Function Documentation

◆ particleMap()

const mapDistribute& particleMap ( ) const
inline

Distribution map.

Definition at line 84 of file mapDistributeLagrangian.H.

◆ constructCellLabels()

const labelListList& constructCellLabels ( ) const
inline

Per received particle the destination cell label.

Definition at line 90 of file mapDistributeLagrangian.H.

◆ distributeLagrangianData()

void distributeLagrangianData ( List< T > &  lst) const
inline

Distribute list of lagrangian data.

Definition at line 100 of file mapDistributeLagrangian.H.

References mapDistribute::distribute().

Here is the call graph for this function:

◆ updateMesh()

void updateMesh ( const mapPolyMesh )
inline

Correct for topo change.

Definition at line 106 of file mapDistributeLagrangian.H.

References NotImplemented.


The documentation for this class was generated from the following file: