51 #ifndef HingeRadauBeamIntegration3d_h 52 #define HingeRadauBeamIntegration3d_h 54 #include <domain/mesh/element/truss_beam_column/forceBeamColumn/beam_integration/HingeBeamIntegration3d.h> 65 double Iy,
double G,
double J,
66 double lpI,
double lpJ);
69 void getSectionLocations(
int numSections,
double L,
double *xi)
const;
70 void getSectionWeights(
int numSections,
double L,
double *wt)
const;
72 int addElasticFlexibility(
double L,
Matrix &fe);
74 double getTangentDriftI(
double L,
double LI,
double q2,
double q3,
bool yAxis);
75 double getTangentDriftJ(
double L,
double LI,
double q2,
double q3,
bool yAxis);
79 void Print(std::ostream &s,
int flag = 0);
Mechanical properties of a section (area, moments of inertia,...) in a three-dimensional problem (six...
Definition: CrossSectionProperties3d.h:40
??.
Definition: HingeBeamIntegration3d.h:41
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: HingeRadauBeamIntegration3d.cpp:182
Radau integration on 3D beams.
Definition: HingeRadauBeamIntegration3d.h:61
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for integration on beam elements.
Definition: BeamIntegration.h:73