66 #ifndef PlainNumberer_h 67 #define PlainNumberer_h 69 #define START_EQN_NUMBER 0 71 #include <solution/analysis/numberer/DOF_Numberer.h> Base class for DOF numbererers.
Definition: DOF_Numberer.h:84
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: PlainNumberer.cpp:208
Trivial DOF numberer.
Definition: PlainNumberer.h:78
virtual DOF_Numberer * getCopy(void) const
Virtual constructor.
Definition: PlainNumberer.cpp:87
Wrapper for the finite element model "seen" from the solver. The model wrapper is definied by: ...
Definition: ModelWrapper.h:55
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: PlainNumberer.cpp:205
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
int numberDOF(int lastDOF=-1)
Method to number the unnumbered DOFs in the DOF Groups. It does so on a first come fist serve basis...
Definition: PlainNumberer.cpp:94