30 #ifndef FactorsConstraintHandler_h 31 #define FactorsConstraintHandler_h 33 #include <solution/analysis/handler/ConstraintHandler.h> void setAlphaSP(const double &a)
Set the factor used with single freedom constraints.
Definition: FactorsConstraintHandler.h:55
FactorsConstraintHandler(ModelWrapper *, int classTag, const double &alphaSP, const double &alphaMP)
Constructor.
Definition: FactorsConstraintHandler.cc:66
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
virtual int recvSelf(const Communicator &)
Receive object through the communicator argument.
Definition: FactorsConstraintHandler.cc:101
double getAlphaMP(void) const
Return the factor used with multi-freedom constraints.
Definition: FactorsConstraintHandler.h:64
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
double alphaSP
Factor used with the single freedom constraints.
Definition: FactorsConstraintHandler.h:47
int recvData(const Communicator &)
Receive object members through the communicator argument.
Definition: FactorsConstraintHandler.cc:78
void setAlphaMP(const double &a)
Set the factor used with multi-freedom constraints.
Definition: FactorsConstraintHandler.h:61
double getAlphaSP(void) const
Return the factor used with single freedom constraints.
Definition: FactorsConstraintHandler.h:58
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: FactorsConstraintHandler.cc:70
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual int sendSelf(Communicator &)
Send object through the communicator argument.
Definition: FactorsConstraintHandler.cc:86
Base class for penalty and Lagrange constraints handlers.
Definition: FactorsConstraintHandler.h:44