53 #ifndef PenaltyMRMFreedom_FE_h 54 #define PenaltyMRMFreedom_FE_h 66 #include "solution/analysis/model/fe_ele/MRMFreedom_FE.h" 67 #include <utility/matrix/ID.h> 82 void determineTangent(
void);
91 virtual int setID(
void);
96 virtual const Vector &getK_Force(
const Vector &x,
double fact = 1.0);
97 virtual const Vector &getKi_Force(
const Vector &x,
double fact = 1.0);
98 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:131
Float vector abstraction.
Definition: Vector.h:94
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:44
PenaltyMRMFreedom_FE is a subclass of FE_Element which handles MRMFreedom_Constraints using the penal...
Definition: PenaltyMRMFreedom_FE.h:79
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 Matrix & getTangent(Integrator *theIntegrator)
Computes and returns the tangent stiffness matrix.
Definition: PenaltyMRMFreedom_FE.cc:82
Multiple retained nodes constraint.
Definition: MRMFreedom_Constraint.h:59
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