74 #ifndef AutoConstraintHandler_h 75 #define AutoConstraintHandler_h 77 #include "solution/analysis/handler/ConstraintHandler.h" 82 class TransformationDOF_Group;
90 bool auto_penalty =
true;
91 double auto_penalty_oom = 3.0;
92 double user_penalty = 0.0;
93 std::vector<TransformationDOF_Group*> theDOFs;
99 double _auto_penalty_oom,
100 double _user_penalty);
108 int handle(
const ID* nodesNumberedLast = 0);
int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: AutoConstraintHandler.cpp:507
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
int doneNumberingDOF(void)
Numbering of degrees of freedom.
Definition: AutoConstraintHandler.cpp:533
int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: AutoConstraintHandler.cpp:492
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
virtual ConstraintHandler * getCopy(void) const
Virtual constructor.
Definition: AutoConstraintHandler.cpp:209
Wrapper for the finite element model "as seen" from the solver.
Definition: ModelWrapper.h:59
int handle(const ID *nodesNumberedLast=0)
Invoked to handle the constraints imposed on the domain by the constraints.
Definition: AutoConstraintHandler.cpp:215
int sendData(Communicator &)
Sends object members through the communicator argument.
Definition: AutoConstraintHandler.cpp:475
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Definition: AutoConstraintHandler.h:84
int applyLoad()
??
Definition: AutoConstraintHandler.cpp:521
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: AutoConstraintHandler.cpp:484
void clearAll(void)
Reset the DOF_Group pointers to nullptr for all the nodes.
Definition: AutoConstraintHandler.cpp:458