GEOS
|
Struct defining an embedded element which has at least on node which is a ghost on this rank. More...
#include <EmbeddedSurfaceSubRegion.hpp>
Public Member Functions | |
surfaceWithGhostNodes () | |
Constructor. | |
void | insert (globalIndex const &edgeIndex) |
insert a new node More... | |
Public Attributes | |
localIndex | surfaceIndex |
local index of the surface element | |
std::vector< globalIndex > | parentEdgeIndex |
index of the parent edge of each node | |
localIndex | numOfNodes |
number of nodes of the element | |
Struct defining an embedded element which has at least on node which is a ghost on this rank.
Definition at line 39 of file EmbeddedSurfaceSubRegion.hpp.
void geos::surfaceWithGhostNodes::insert | ( | globalIndex const & | edgeIndex | ) |
insert a new node
edgeIndex | global index of the parent edge |