52 #ifndef PenaltySFreedom_FE_h 53 #define PenaltySFreedom_FE_h 65 #include <solution/analysis/model/fe_ele/SFreedom_FE.h> 93 virtual int setID(
void);
98 virtual const Vector &getK_Force(
const Vector &x,
double fact = 1.0);
99 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: PenaltySFreedom_FE.cpp:230
Float vector abstraction.
Definition: Vector.h:93
??
Definition: SFreedom_FE.h:42
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:133
Single freedom constraint.
Definition: SFreedom_Constraint.h:84
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)
Returns the tangent Matrix created in the constructor.
Definition: PenaltySFreedom_FE.cpp:160
virtual const Vector & getTangForce(const Vector &x, double fact=1.0)
Sets the FE_Elements contribution to the residual to be , where is the specified value of the constr...
Definition: PenaltySFreedom_FE.cpp:198
virtual const Vector & getResidual(Integrator *theIntegrator)
Sets the FE_Elements contribution to the residual to be , where is the specified value of the constr...
Definition: PenaltySFreedom_FE.cpp:169
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Matrix of floats.
Definition: Matrix.h:108
PenaltySFreedom_FE is a subclass of SFreedom_FE which handles SFreedom_Constraints using the penalty ...
Definition: PenaltySFreedom_FE.h:86
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.
Definition: PenaltySFreedom_FE.cpp:126