52 #ifndef ConstraintHandler_h 53 #define ConstraintHandler_h 67 #include <utility/actor/actor/MovableObject.h> 68 #include "xc_utils/src/nucleo/EntCmd.h" 76 class FEM_ObjectBroker;
115 virtual int handle(
const ID *nodesNumberedLast =0) =0;
int sendData(CommParameters &)
Send object members through the channel passed as parameter.
Definition: ConstraintHandler.cpp:159
virtual int doneNumberingDOF(void)
Numbering of degrees of freedom.
Definition: ConstraintHandler.cpp:74
const Integrator * getIntegratorPtr(void) const
Return a pointer to the Integrator object associated with the ConstraintHandler.
Definition: ConstraintHandler.cpp:135
ConstraintHandler(ModelWrapper *, int classTag)
Constructor.
Definition: ConstraintHandler.cpp:70
virtual void clearAll(void)
Reset the DOF_Group pointers to nullptr for all the nodes.
Definition: ConstraintHandler.cpp:151
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
virtual int update(void)
Update the state of the constraints.
Definition: ConstraintHandler.cpp:87
Object that can move between processes.
Definition: MovableObject.h:91
const Domain * getDomainPtr(void) const
Return a const pointer to the domain object associated with the ConstraintHandler.
Definition: ConstraintHandler.cpp:111
int recvData(const CommParameters &)
Receive object members through the channel passed as parameter.
Definition: ConstraintHandler.cpp:165
Wrapper for the finite element model "seen" from the solver. The model wrapper is definied by: ...
Definition: ModelWrapper.h:55
const AnalysisModel * getAnalysisModelPtr(void) const
Return a const pointer to the analysis model object associated with the ConstraintHandler.
Definition: ConstraintHandler.cpp:119
Los objetos de esta clase, dan acceso a los objetos FE_Element y DOF_Group creados por el Constraint ...
Definition: AnalysisModel.h:113
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
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91
virtual int applyLoad(void)
??
Definition: ConstraintHandler.cpp:91