29 #ifndef FactorsConstraintHandler_h 30 #define FactorsConstraintHandler_h 32 #include <solution/analysis/handler/ConstraintHandler.h> int sendData(CommParameters &)
Send object members through the channel passed as parameter.
Definition: FactorsConstraintHandler.cc:70
int recvData(const CommParameters &)
Receive object members through the channel passed as parameter.
Definition: FactorsConstraintHandler.cc:78
double alphaMP
Factor used with the multi-freedom constraints.
Definition: FactorsConstraintHandler.h:47
virtual int recvSelf(const CommParameters &)
Receive object through the channel passed as parameter.
Definition: FactorsConstraintHandler.cc:101
void setAlphaMP(const double &a)
Set the factor used with multi-freedom constraints.
Definition: FactorsConstraintHandler.h:60
Base class for penalty and Lagrange constraints handlers.
Definition: FactorsConstraintHandler.h:43
double getAlphaMP(void) const
Return the factor used with multi-freedom constraints.
Definition: FactorsConstraintHandler.h:63
Wrapper for the finite element model "seen" from the solver. The model wrapper is definied by: ...
Definition: ModelWrapper.h:55
double getAlphaSP(void) const
Return the factor used with single freedom constraints.
Definition: FactorsConstraintHandler.h:57
ConstraintHandlers enforce the single and multi freedom constraints that exist in the domain by creat...
Definition: ConstraintHandler.h:94
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
double alphaSP
Factor used with the single freedom constraints.
Definition: FactorsConstraintHandler.h:46
virtual int sendSelf(CommParameters &)
Send object through the channel passed as parameter.
Definition: FactorsConstraintHandler.cc:86
void setAlphaSP(const double &a)
Set the factor used with single freedom constraints.
Definition: FactorsConstraintHandler.h:54
FactorsConstraintHandler(ModelWrapper *, int classTag, const double &alphaSP, const double &alphaMP)
Constructor.
Definition: FactorsConstraintHandler.cc:66