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