53 #ifndef PenaltyMFreedom_FE_h 54 #define PenaltyMFreedom_FE_h 66 #include "solution/analysis/model/fe_ele/MFreedom_FE.h" 67 #include <utility/matrix/ID.h> 93 void determineTangent(
void);
103 virtual int setID(
void);
108 virtual const Vector &getK_Force(
const Vector &x,
double fact = 1.0);
109 virtual const Vector &getKi_Force(
const Vector &x,
double fact = 1.0);
110 virtual const Vector &getC_Force(
const Vector &x,
double fact = 1.0);
??
Definition: MFreedom_FE.h:43
virtual const Matrix & getTangent(Integrator *theIntegrator)
If the MP_Constraint is time-varying, from the MP_Constraint theMFreedom it obtains the current matr...
Definition: PenaltyMFreedom_FE.cpp:171
Float vector abstraction.
Definition: Vector.h:94
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: PenaltyMFreedom_FE.cpp:241
virtual const Vector & getTangForce(const Vector &x, double fact=1.0)
CURRENTLY just returns the residual.
Definition: PenaltyMFreedom_FE.cpp:205
virtual const Vector & getResidual(Integrator *theIntegrator)
Returns the residual, a Vector.
Definition: PenaltyMFreedom_FE.cpp:179
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:134
virtual int setID(void)
Method to set the correMPonding index of the ID to value.
Definition: PenaltyMFreedom_FE.cpp:147
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:100
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Definition: AutoConstraintHandler.h:84
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
PenaltyMFreedom_FE is a subclass of FE_Element which handles MFreedom_Constraints using the penalty m...
Definition: PenaltyMFreedom_FE.h:90