short _dim
Dimension of the coordinates. 3D or 2D.
bool _tagged
true if this vertex is tagged for partition
bool _owner
true if this processors is the owner of the vertex (for parallel simulations)
void setGlobalIndex(int globalIndex)
int _globalIndex
global (unique) index for parallel simulations
void setOwner(bool owner)
int getDimensions() const
Returns spatial dimensionality of vertex.
Eigen::VectorXd getCoords() const
Returns the coordinates of the vertex.
int getGlobalIndex() const
Globally unique index.
provides Mesh, Data and primitives.
std::ostream & operator<<(std::ostream &os, const BoundingBox &bb)