52 #ifndef LagrangeSFreedom_FE_h 53 #define LagrangeSFreedom_FE_h 65 #include <solution/analysis/model/fe_ele/SFreedom_FE.h> 66 #include "Lagrange_FE.h" 88 virtual int setID(
void);
91 virtual const Vector &getTangForce(
const Vector &x,
double fact = 1.0);
93 virtual const Vector &getK_Force(
const Vector &x,
double fact = 1.0);
94 virtual const Vector &getC_Force(
const Vector &x,
double fact = 1.0);
95 virtual const Vector &getM_Force(
const Vector &x,
double fact = 1.0);
virtual const Matrix & getTangent(Integrator *theIntegrator)
Return the matriz tangente que le indica el objeto Integrator.
Definition: LagrangeSFreedom_FE.cpp:142
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
virtual int setID(void)
Method to set the correSPonding index of the XC::ID to value.
Definition: LagrangeSFreedom_FE.cpp:111
Lagrange_FE is a subclass of FE_Element which handles _Constraints using the Lagrange method...
Definition: Lagrange_FE.h:52
virtual const Vector & getResidual(Integrator *theIntegrator)
Returns the vector residuo que le indica el objeto Integrator.
Definition: LagrangeSFreedom_FE.cpp:145
LagrangeSFreedom_FE is a subclass of SFreedom_FE which handles SFreedom_Constraints using the Lagrang...
Definition: LagrangeSFreedom_FE.h:79
??
Definition: SFreedom_FE.h:42
Los objetos de esta clase, dan acceso a los objetos FE_Element y DOF_Group creados por el Constraint ...
Definition: AnalysisModel.h:113
Single freedom constraint.
Definition: SFreedom_Constraint.h:79
================================================================================
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