52 #ifndef TransformationFE_h 53 #define TransformationFE_h 65 #include <solution/analysis/model/fe_ele/FE_Element.h> 66 #include "solution/analysis/UnbalAndTangent.h" 69 class SFreedom_Constraint;
71 class TransformationConstraintHandler;
82 std::vector<DOF_Group *> theDOFs;
87 int numTransformedDOF;
93 static std::vector<Matrix *> theTransformations;
94 static int numTransFE;
95 static int transCounter;
96 static int sizeTransformations;
98 static Vector localKbuffer;
100 static int sizeBuffer;
102 int transformResponse(
const Vector &modResponse,
Vector &unmodResponse);
110 virtual const ID &getDOFtags(
void)
const;
111 virtual const ID &getID(
void)
const;
113 virtual int setID(
void);
120 virtual const Vector &getTangForce(
const Vector &x,
double fact = 1.0);
121 virtual const Vector &getK_Force(
const Vector &accel,
double fcat = 1.0);
122 virtual const Vector &getM_Force(
const Vector &accel,
double fcat = 1.0);
123 virtual const Vector &getC_Force(
const Vector &vel,
double fcat = 1.0);
124 virtual void addD_Force(
const Vector &vel,
double fact = 1.0);
125 virtual void addM_Force(
const Vector &accel,
double fact = 1.0);
127 const Vector &getLastResponse(
void);
131 virtual void addM_ForceSensitivity(
int gradNumber,
const Vector &vect,
double fact = 1.0);
132 virtual void addD_ForceSensitivity(
int gradNumber,
const Vector &vect,
double fact = 1.0);
Vector de fuerza desequilibrada y tangent stiffness matrix.
Definition: UnbalAndTangentStorage.h:42
Finite element as seen by analysis.
Definition: FE_Element.h:84
Vector de fuerza desequilibrada y tangent stiffness matrix.
Definition: UnbalAndTangent.h:40
Base calass for the finite elements.
Definition: Element.h:104
Los objetos de esta clase, dan acceso a los objetos FE_Element y DOF_Group creados por el Constraint ...
Definition: AnalysisModel.h:113
Single freedom constraint.
Definition: SFreedom_Constraint.h:79
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91