53 #ifndef PlainHandler_h 54 #define PlainHandler_h 67 #include "solution/analysis/handler/ConstraintHandler.h" 89 int handle(
const ID *nodesNumberedLast =0);
ConstraintHandlers enforce the single and multi freedom constraints that exist in the domain by creat...
Definition: ConstraintHandler.h:93
Communication parameters between processes.
Definition: Communicator.h:66
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
Trivial constraint handler.
Definition: PlainHandler.h:82
Wrapper for the finite element model "as seen" from the solver.
Definition: ModelWrapper.h:59
int sendSelf(Communicator &)
Sends this object through the communicator (not implemented yet).
Definition: PlainHandler.cpp:282
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int recvSelf(const Communicator &)
Receives this object through the communicator (not implemented yet).
Definition: PlainHandler.cpp:286
int handle(const ID *nodesNumberedLast=0)
Handle the constraints.
Definition: PlainHandler.cpp:111