66 #ifndef LagrangeMFreedom_FE_h    67 #define LagrangeMFreedom_FE_h    69 #include "solution/analysis/model/fe_ele/MFreedom_FE.h"    70 #include "utility/matrix/Matrix.h"    71 #include "utility/matrix/Vector.h"    72 #include "Lagrange_FE.h"   106     void determineTangent(
void);
   114     virtual int setID(
void);
   119     virtual const Vector &getK_Force(
const Vector &x, 
double fact = 1.0);
   120     virtual const Vector &getKi_Force(
const Vector &x, 
double fact = 1.0);
   121     virtual const Vector &getC_Force(
const Vector &x, 
double fact = 1.0);
 ?? 
Definition: MFreedom_FE.h:43
Float vector abstraction. 
Definition: Vector.h:94
Lagrange_FE is a subclass of FE_Element which handles _Constraints using the Lagrange method...
Definition: Lagrange_FE.h:53
virtual int setID(void)
method to set the corresponding index of the ID to value. 
Definition: LagrangeMFreedom_FE.cpp:164
]   at the locations corresponding to the constrained degree-of-freedoms specified by the MFreedom_Co...
Definition: LagrangeMFreedom_FE.h:103
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:134
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
virtual const Vector & getTangForce(const Vector &x, double fact=1.0)
CURRENTLY just returns the  residual. 
Definition: LagrangeMFreedom_FE.cpp:245
virtual const Matrix & getTangent(Integrator *theIntegrator)
If the MFreedom_Constraint is time-varying, from the MFreedom_Constraint theMFreedom it obtains the c...
Definition: LagrangeMFreedom_FE.cpp:190
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
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: LagrangeMFreedom_FE.cpp:277
Matrix of floats. 
Definition: Matrix.h:111
Multi-freedom constraint. 
Definition: MFreedom_Constraint.h:113
Domain (mesh and boundary conditions) of the finite element model. 
Definition: Domain.h:117
virtual const Vector & getResidual(Integrator *theIntegrator)
Returns the residual vector. 
Definition: LagrangeMFreedom_FE.cpp:198