GEOSX
|
A structure containing a single cell (element) identifier triplet. More...
#include <FluxApproximationBase.hpp>
Public Member Functions | |
bool | operator== (CellDescriptor const &other) |
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 36 of file FluxApproximationBase.hpp.
|
inline |
Comparison operator between two CellDescriptors.
[in] | other | the CellDescriptor to compare with |
Definition at line 50 of file FluxApproximationBase.hpp.