GEOSX
Public Member Functions | Public Attributes | List of all members
geos::CellDescriptor Struct Reference

A structure containing a single cell (element) identifier triplet. More...

#include <ProjectionEDFMHelper.hpp>

Public Member Functions

 CellDescriptor (localIndex r, localIndex sr, localIndex i)
 Constructor for the CellDescriptor struct. More...
 
bool operator== (CellDescriptor const &other) const
 Comparison operator between two CellDescriptors. More...
 

Public Attributes

localIndex region
 region index
 
localIndex subRegion
 subregion index
 
localIndex index
 cell index
 

Detailed Description

A structure containing a single cell (element) identifier triplet.

Definition at line 18 of file ProjectionEDFMHelper.hpp.

Constructor & Destructor Documentation

◆ CellDescriptor()

geos::CellDescriptor::CellDescriptor ( localIndex  r,
localIndex  sr,
localIndex  i 
)
inline

Constructor for the CellDescriptor struct.

Parameters
[r]region index
[sr]subregion index
[i]cell index

Definition at line 33 of file ProjectionEDFMHelper.hpp.

Member Function Documentation

◆ operator==()

bool geos::CellDescriptor::operator== ( CellDescriptor const &  other) const
inline

Comparison operator between two CellDescriptors.

Parameters
[in]otherthe CellDescriptor to compare with
Returns
true if they represent the same mesh element

Definition at line 42 of file ProjectionEDFMHelper.hpp.


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