53 #ifndef LagrangeSFreedom_FE_h 54 #define LagrangeSFreedom_FE_h 66 #include <solution/analysis/model/fe_ele/SFreedom_FE.h> 67 #include "Lagrange_FE.h" 103 virtual int setID(
void);
108 virtual const Vector &getK_Force(
const Vector &x,
double fact = 1.0);
109 virtual const Vector &getKi_Force(
const Vector &x,
double fact = 1.0);
110 virtual const Vector &getC_Force(
const Vector &x,
double fact = 1.0);
virtual const Vector & getM_Force(const Vector &x, double fact=1.0)
Returns the product of elements current mass matrix and a Vector whose values are obtained by taking ...
Definition: LagrangeSFreedom_FE.cpp:288
Float vector abstraction.
Definition: Vector.h:94
??
Definition: SFreedom_FE.h:43
] at the locations corresponding to the constrained degree-of-freedom specified by the SFreedom_Const...
Definition: LagrangeSFreedom_FE.h:94
Lagrange_FE is a subclass of FE_Element which handles _Constraints using the Lagrange method...
Definition: Lagrange_FE.h:53
virtual const Vector & getTangForce(const Vector &x, double fact=1.0)
] where is the specified value of the constraint and the current trial displacement in disp corresp...
Definition: LagrangeSFreedom_FE.cpp:244
virtual int setID(void)
Method to set the correSPonding index of the ID to value.
Definition: LagrangeSFreedom_FE.cpp:144
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:134
Single freedom constraint.
Definition: SFreedom_Constraint.h:85
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:107
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual const Matrix & getTangent(Integrator *theIntegrator)
brief Returns the tangent Matrix created in the constructor.
Definition: LagrangeSFreedom_FE.cpp:180
Matrix of floats.
Definition: Matrix.h:111
virtual const Vector & getResidual(Integrator *theIntegrator)
] where is the specified value of the constraint and the current trial displacement at the node cor...
Definition: LagrangeSFreedom_FE.cpp:192
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:117