51 #ifndef HingeRadauTwoBeamIntegration_h 52 #define HingeRadauTwoBeamIntegration_h 54 #include "PlasticLengthsBeamIntegration.h" 71 void getSectionLocations(
int numSections,
double L,
double *xi)
const;
72 void getSectionWeights(
int numSections,
double L,
double *wt)
const;
76 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
77 int updateParameter(
int parameterID,
Information &info);
78 int activateParameter(
int parameterID);
80 void Print(std::ostream &s,
int flag = 0);
82 void getLocationsDeriv(
int nIP,
double L,
double dLdh,
double *dptsdh);
83 void getWeightsDeriv(
int nIP,
double L,
double dLdh,
double *dwtsdh);
??.
Definition: PlasticLengthsBeamIntegration.h:39
Definition: Parameter.h:65
Radau integration.
Definition: HingeRadauTwoBeamIntegration.h:63
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for integration on beam elements.
Definition: BeamIntegration.h:73