65 #ifndef PenaltyConstraintHandler_h 66 #define PenaltyConstraintHandler_h 68 #include <solution/analysis/handler/FactorsConstraintHandler.h> 74 const double DefaultPenaltyFactor= 1e7;
93 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 handle(const ID *nodesNumberedLast=0)
Handle the constraints.
Definition: PenaltyConstraintHandler.cpp:119
PenaltyConstraintHandler is a constraint handler that deals with both single and multi freedom constr...
Definition: PenaltyConstraintHandler.h:86
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
Wrapper for the finite element model "as seen" from the solver.
Definition: ModelWrapper.h:58
double alphaMP
Factor used with the multi-freedom constraints.
Definition: FactorsConstraintHandler.h:47
double alphaSP
Factor used with the single freedom constraints.
Definition: FactorsConstraintHandler.h:46
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Base class for penalty and Lagrange constraints handlers.
Definition: FactorsConstraintHandler.h:43