42 #ifndef LagrangeMRMFreedom_FE_h    43 #define LagrangeMRMFreedom_FE_h    45 #include "solution/analysis/model/fe_ele/MRMFreedom_FE.h"    46 #include "Lagrange_FE.h"    47 #include "utility/matrix/Matrix.h"    48 #include "utility/matrix/Vector.h"    64     void determineTangent(
void);
    71     virtual int setID(
void);
    76     virtual const Vector &getK_Force(
const Vector &x, 
double fact = 1.0);
    77     virtual const Vector &getKi_Force(
const Vector &x, 
double fact = 1.0);
    78     virtual const Vector &getC_Force(
const Vector &x, 
double fact = 1.0);
 LagrangeMRMFreedom_FE is a subclass of FE_Element which handles MRMFreedom_Constraints using the Lagr...
Definition: LagrangeMRMFreedom_FE.h:61
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
?? 
Definition: MRMFreedom_FE.h:44
virtual const Vector & getTangForce(const Vector &x, double fact=1.0)
Returns the product of FE_Elements current tangent matrix and a Vector whose values are obtained by t...
Definition: LagrangeMRMFreedom_FE.cc:149
virtual const Matrix & getTangent(Integrator *theIntegrator)
Computes and returns the tangent stiffness matrix. 
Definition: LagrangeMRMFreedom_FE.cc:93
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
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: LagrangeMRMFreedom_FE.cc:181
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:107
Multiple retained nodes constraint. 
Definition: MRMFreedom_Constraint.h:59
virtual const Vector & getResidual(Integrator *theIntegrator)
Computes and returns the residual vector. 
Definition: LagrangeMRMFreedom_FE.cc:100
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Matrix of floats. 
Definition: Matrix.h:111
Domain (mesh and boundary conditions) of the finite element model. 
Definition: Domain.h:117
virtual int setID(void)
Method to set the corresponding index of the ID to value. 
Definition: LagrangeMRMFreedom_FE.cc:71