52 #ifndef PlainHandler_h 53 #define PlainHandler_h 66 #include <solution/analysis/handler/ConstraintHandler.h> 88 int handle(
const ID *nodesNumberedLast =0);
ConstraintHandlers enforce the single and multi freedom constraints that exist in the domain by creat...
Definition: ConstraintHandler.h:92
int recvSelf(const CommParameters &)
Receives this object through the communicator (not implemented yet).
Definition: PlainHandler.cpp:286
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Vector of integers.
Definition: ID.h:93
Trivial constraint handler.
Definition: PlainHandler.h:81
Wrapper for the finite element model "as seen" from the solver.
Definition: ModelWrapper.h:58
int sendSelf(CommParameters &)
Sends this object through the communicator (not implemented yet).
Definition: PlainHandler.cpp:282
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int handle(const ID *nodesNumberedLast=0)
Handle the constraints.
Definition: PlainHandler.cpp:111