29 #ifndef BaseNumberer_h 30 #define BaseNumberer_h 32 #include "solution/graph/numberer/GraphNumberer.h" 44 inline int getNumVertex(
void)
const 45 {
return theRefResult.
Size(); }
Vector of integers.
Definition: ID.h:93
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:85
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
bool checkSize(const Graph &)
Allocates space enough for the theRefResult vector.
Definition: BaseNumberer.cc:76
Base class for DOF numberers.
Definition: BaseNumberer.h:38
BaseNumberer(int classTag)
Constructor.
Definition: BaseNumberer.cc:70
int Size(void) const
Returns the vector size.
Definition: ID.h:113