53 #ifndef PenaltySFreedom_FE_h    54 #define PenaltySFreedom_FE_h    66 #include <solution/analysis/model/fe_ele/SFreedom_FE.h>    94     virtual int  setID(
void);
    99     virtual const Vector &getK_Force(
const Vector &x, 
double fact = 1.0);
   100     virtual const Vector &getKi_Force(
const Vector &x, 
double fact = 1.0);
   101     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:243
Float vector abstraction. 
Definition: Vector.h:94
?? 
Definition: SFreedom_FE.h:43
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:134
Single freedom constraint. 
Definition: SFreedom_Constraint.h:85
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)
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:203
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:172
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Matrix of floats. 
Definition: Matrix.h:111
PenaltySFreedom_FE is a subclass of SFreedom_FE which handles SFreedom_Constraints using the penalty ...
Definition: PenaltySFreedom_FE.h:87
Domain (mesh and boundary conditions) of the finite element model. 
Definition: Domain.h:117
virtual int setID(void)
Method to set the corresponding index of the ID. 
Definition: PenaltySFreedom_FE.cpp:126