41 #ifndef LagrangeMRMFreedom_FE_h 42 #define LagrangeMRMFreedom_FE_h 44 #include "solution/analysis/model/fe_ele/MRMFreedom_FE.h" 45 #include "Lagrange_FE.h" 46 #include "utility/matrix/Matrix.h" 47 #include "utility/matrix/Vector.h" 63 void determineTangent(
void);
70 virtual int setID(
void);
73 virtual const Vector &getTangForce(
const Vector &x,
double fact = 1.0);
75 virtual const Vector &getK_Force(
const Vector &x,
double fact = 1.0);
76 virtual const Vector &getC_Force(
const Vector &x,
double fact = 1.0);
77 virtual const Vector &getM_Force(
const Vector &x,
double fact = 1.0);
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:94
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
LagrangeMRMFreedom_FE is a subclass of FE_Element which handles MRMFreedom_Constraints using the Lagr...
Definition: LagrangeMRMFreedom_FE.h:60
Lagrange_FE is a subclass of FE_Element which handles _Constraints using the Lagrange method...
Definition: Lagrange_FE.h:52
virtual const Matrix & getTangent(Integrator *theIntegrator)
Return the matriz tangente que le indica el objeto Integrator.
Definition: LagrangeMRMFreedom_FE.cc:93
Multiple retained nodes constraint.
Definition: MRMFreedom_Constraint.h:58
virtual const Vector & getResidual(Integrator *theIntegrator)
Returns the vector residuo que le indica el objeto Integrator.
Definition: LagrangeMRMFreedom_FE.cc:100
Los objetos de esta clase, dan acceso a los objetos FE_Element y DOF_Group creados por el Constraint ...
Definition: AnalysisModel.h:113
??
Definition: MRMFreedom_FE.h:43
virtual int setID(void)
Method to set the corresponding index of the ID to value.
Definition: LagrangeMRMFreedom_FE.cc:71
================================================================================
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