51 #ifndef HingeRadauTwoBeamIntegration2d_h 52 #define HingeRadauTwoBeamIntegration2d_h 54 #include <domain/mesh/element/truss_beam_column/forceBeamColumn/beam_integration/HingeBeamIntegration2d.h> 67 void getSectionLocations(
int numSections,
double L,
double *xi)
const;
68 void getSectionWeights(
int numSections,
double L,
double *wt)
const;
70 int addElasticFlexibility(
double L,
Matrix &fe);
72 double getTangentDriftI(
double L,
double LI,
double q2,
double q3);
73 double getTangentDriftJ(
double L,
double LI,
double q2,
double q3);
80 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
81 int updateParameter(
int parameterID,
Information &info);
82 int activateParameter(
int parameterID);
84 void Print(std::ostream &s,
int flag = 0);
BeamIntegration * getCopy(void) const
Virtual constructor.
Definition: HingeRadauTwoBeamIntegration2d.cpp:163
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: HingeRadauTwoBeamIntegration2d.cpp:167
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: HingeRadauTwoBeamIntegration2d.cpp:181
??.
Definition: HingeRadauTwoBeamIntegration2d.h:61
Definition: Parameter.h:65
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for integration on beam elements.
Definition: BeamIntegration.h:73
??.
Definition: HingeBeamIntegration2d.h:41