52 #ifndef PenaltyMRMFreedom_FE_h 53 #define PenaltyMRMFreedom_FE_h 65 #include "solution/analysis/model/fe_ele/MRMFreedom_FE.h" 66 #include <utility/matrix/ID.h> 81 void determineTangent(
void);
90 virtual int setID(
void);
95 virtual const Vector &getK_Force(
const Vector &x,
double fact = 1.0);
96 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: PenaltyMRMFreedom_FE.cc:122
Float vector abstraction.
Definition: Vector.h:93
virtual const Vector & getResidual(Integrator *theIntegrator)
Computes and returns the residual vector.
Definition: PenaltyMRMFreedom_FE.cc:89
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: PenaltyMRMFreedom_FE.cc:95
virtual int setID(void)
Method to set the correMPonding index of the ID to value.
Definition: PenaltyMRMFreedom_FE.cc:71
??
Definition: MRMFreedom_FE.h:43
PenaltyMRMFreedom_FE is a subclass of FE_Element which handles MRMFreedom_Constraints using the penal...
Definition: PenaltyMRMFreedom_FE.h:78
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 Matrix & getTangent(Integrator *theIntegrator)
Computes and returns the tangent stiffness matrix.
Definition: PenaltyMRMFreedom_FE.cc:82
Multiple retained nodes constraint.
Definition: MRMFreedom_Constraint.h:58
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