51 #ifndef UserDefinedHingeIntegration2d_h 52 #define UserDefinedHingeIntegration2d_h 54 #include "UserDefinedHingeIntegrationBase.h" 55 #include "material/section/repres/CrossSectionProperties2d.h" 69 const double &E,
const double &A,
const double &I);
72 void getSectionLocations(
int numSections,
double L,
double *xi)
const;
73 void getSectionWeights(
int numSections,
double L,
double *wt)
const;
75 void addElasticDeformations(
ElementalLoad *theLoad,
double loadFactor,
76 double L,
double *v0);
77 int addElasticFlexibility(
double L,
Matrix &fe);
84 void Print(std::ostream &s,
int flag = 0);
Float vector abstraction.
Definition: Vector.h:93
int activateParameter(int parameterID)
Activates the parameter identified by parameterID.
Definition: UserDefinedHingeIntegration2d.cpp:182
Mechanical (E, G) and mass properties of a section (area, moments of inertia,...) for a bi-dimensiona...
Definition: CrossSectionProperties2d.h:52
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: UserDefinedHingeIntegration2d.cpp:153
User defined integration.
Definition: UserDefinedHingeIntegration2d.h:62
Base class for integration on beam elements.
Definition: BeamIntegration.h:73
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Base class for hinge user defined integration.
Definition: UserDefinedHingeIntegrationBase.h:63
Matrix of floats.
Definition: Matrix.h:108
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: UserDefinedHingeIntegration2d.cpp:165
Definition: Parameter.h:65
Base class for loads over elements.
Definition: ElementalLoad.h:77