65 #include "BaseNumberer.h" Base class for DOF numbererers.
Definition: DOF_Numberer.h:94
Communication parameters between processes.
Definition: Communicator.h:66
const ID & number(Graph &theGraph, int lastVertex=-1)
Do the numbering.
Definition: AMD.cpp:73
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:151
Vector of integers.
Definition: ID.h:95
AMD numberer uses approximate minimum degree ordering to number the equations.
Definition: AMD.h:74
virtual int recvSelf(const Communicator &)
Receive the object thru the communicator argument.
Definition: AMD.cpp:127
The Graph class provides the abstraction of a graph.
Definition: Graph.h:94
GraphNumberer * getCopy(void) const
Virtual constructor.
Definition: AMD.cpp:69
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:86
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual int sendSelf(Communicator &)
Send the object thru the communicator argument.
Definition: AMD.cpp:123
Base class for DOF numberers.
Definition: BaseNumberer.h:39