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);
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);
LagrangeMRMFreedom_FE is a subclass of FE_Element which handles MRMFreedom_Constraints using the Lagr...
Definition: LagrangeMRMFreedom_FE.h:60
Float vector abstraction.
Definition: Vector.h:93
Lagrange_FE is a subclass of FE_Element which handles _Constraints using the Lagrange method...
Definition: Lagrange_FE.h:52
??
Definition: MRMFreedom_FE.h:43
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:105
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:133
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
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:129
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:106
Multiple retained nodes constraint.
Definition: MRMFreedom_Constraint.h:58
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:34
Matrix of floats.
Definition: Matrix.h:108
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116
virtual int setID(void)
Method to set the corresponding index of the ID to value.
Definition: LagrangeMRMFreedom_FE.cc:71