65 #ifndef PenaltyConstraintHandler_h 66 #define PenaltyConstraintHandler_h 68 #include <solution/analysis/handler/FactorsConstraintHandler.h> 74 const double DefaultPenaltyFactor= 1e7;
90 int handle(
const ID *nodesNumberedLast =0);
double alphaMP
Factor used with the multi-freedom constraints.
Definition: FactorsConstraintHandler.h:47
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
PenaltyConstraintHandler is a constraint handler deals with both single and multi point constraints u...
Definition: PenaltyConstraintHandler.h:83
Base class for penalty and Lagrange constraints handlers.
Definition: FactorsConstraintHandler.h:43
Wrapper for the finite element model "seen" from the solver. The model wrapper is definied by: ...
Definition: ModelWrapper.h:55
int handle(const ID *nodesNumberedLast=0)
Handle the constraints.
Definition: PenaltyConstraintHandler.cpp:93
ConstraintHandlers enforce the single and multi freedom constraints that exist in the domain by creat...
Definition: ConstraintHandler.h:94
================================================================================
Definition: ContinuaReprComponent.h:34
double alphaSP
Factor used with the single freedom constraints.
Definition: FactorsConstraintHandler.h:46