|
GEOS
|
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 | |
A structure containing a single cell (element) identifier triplet.
Definition at line 33 of file ProjectionEDFMHelper.hpp.
|
inline |
Constructor for the CellDescriptor struct.
| [r] | region index |
| [sr] | subregion index |
| [i] | cell index |
Definition at line 48 of file ProjectionEDFMHelper.hpp.
|
inline |
Comparison operator between two CellDescriptors.
| [in] | other | the CellDescriptor to compare with |
Definition at line 57 of file ProjectionEDFMHelper.hpp.