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

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
 

Detailed Description

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

Definition at line 39 of file FluxApproximationBase.hpp.

Member Function Documentation

◆ operator==()

bool geosx::CellDescriptor::operator== ( CellDescriptor const &  other)
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 53 of file FluxApproximationBase.hpp.


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