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