66 #ifndef LagrangeConstraintHandler_h 67 #define LagrangeConstraintHandler_h 69 #include <solution/analysis/handler/FactorsConstraintHandler.h> 97 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
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
Wrapper for the finite element model "as seen" from the solver.
Definition: ModelWrapper.h:59
double alphaMP
Factor used with the multi-freedom constraints.
Definition: FactorsConstraintHandler.h:48
Constraint handler for handling constraints using the Lagrange multipliers method.
Definition: LagrangeConstraintHandler.h:89
int handle(const ID *nodesNumberedLast=0)
Handle the constraints.
Definition: LagrangeConstraintHandler.cpp:121
double alphaSP
Factor used with the single freedom constraints.
Definition: FactorsConstraintHandler.h:47
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Base class for penalty and Lagrange constraints handlers.
Definition: FactorsConstraintHandler.h:44
ConstraintHandler * getCopy(void) const
Virtual constructor.
Definition: LagrangeConstraintHandler.cpp:91
LagrangeConstraintHandler(ModelWrapper *, const double &alphaSP=1.0, const double &alphaMP=1.0)
Constructor.
Definition: LagrangeConstraintHandler.cpp:87