GEOSX
Public Member Functions | Public Attributes | List of all members
geos::ToCellRelation< T > Struct Template Reference

Container for maps from a mesh object (node, edge or face) to cells. More...

#include <CellBlockUtilities.hpp>

Public Member Functions

 ToCellRelation (T const &toBlockIndex_, T const &toCellIndex_)
 Constructor by values. More...
 
 ToCellRelation (T &&toBlockIndex_, T &&toCellIndex_)
 Constructor from moved values. More...
 

Public Attributes

toBlockIndex
 Map containing a list of cell block indices for each object.
 
toCellIndex
 Map containing cell indices, same shape as above.
 

Detailed Description

template<typename T>
struct geos::ToCellRelation< T >

Container for maps from a mesh object (node, edge or face) to cells.

Template Parameters
Tunderlying map type

Definition at line 31 of file CellBlockUtilities.hpp.

Constructor & Destructor Documentation

◆ ToCellRelation() [1/2]

template<typename T >
geos::ToCellRelation< T >::ToCellRelation ( T const &  toBlockIndex_,
T const &  toCellIndex_ 
)
inline

Constructor by values.

Parameters
toBlockIndex_Map containing a list of cell block indices for each object
toCellIndex_Map containing cell indices, same shape as above

Definition at line 41 of file CellBlockUtilities.hpp.

◆ ToCellRelation() [2/2]

template<typename T >
geos::ToCellRelation< T >::ToCellRelation ( T &&  toBlockIndex_,
T &&  toCellIndex_ 
)
inline

Constructor from moved values.

Parameters
toBlockIndex_Map containing a list of cell block indices for each object
toCellIndex_Map containing cell indices, same shape as above

Definition at line 52 of file CellBlockUtilities.hpp.


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