52 #ifndef PenaltyMFreedom_FE_h 53 #define PenaltyMFreedom_FE_h 65 #include "solution/analysis/model/fe_ele/MFreedom_FE.h" 66 #include <utility/matrix/ID.h> 92 void determineTangent(
void);
101 virtual int setID(
void);
106 virtual const Vector &getK_Force(
const Vector &x,
double fact = 1.0);
107 virtual const Vector &getC_Force(
const Vector &x,
double fact = 1.0);
??
Definition: MFreedom_FE.h:42
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:161
Float vector abstraction.
Definition: Vector.h:93
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:204
virtual const Vector & getTangForce(const Vector &x, double fact=1.0)
CURRENTLY just returns the residual.
Definition: PenaltyMFreedom_FE.cpp:177
virtual const Vector & getResidual(Integrator *theIntegrator)
Returns the residual, a Vector.
Definition: PenaltyMFreedom_FE.cpp:169
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:133
virtual int setID(void)
Method to set the correMPonding index of the ID to value.
Definition: PenaltyMFreedom_FE.cpp:145
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Matrix of floats.
Definition: Matrix.h:108
Multi-freedom constraint.
Definition: MFreedom_Constraint.h:110
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116
PenaltyMFreedom_FE is a subclass of FE_Element which handles MFreedom_Constraints using the penalty m...
Definition: PenaltyMFreedom_FE.h:89