51 #ifndef DistHingeIntegration_h 52 #define DistHingeIntegration_h 54 #include "PlasticLengthsBeamIntegration.h" 76 void getSectionLocations(
int numSections,
double L,
double *xi)
const;
77 void getSectionWeights(
int numSections,
double L,
double *wt)
const;
81 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
82 int updateParameter(
int parameterID,
Information &info);
83 int activateParameter(
int parameterID);
85 void Print(std::ostream &s,
int flag = 0);
87 void getLocationsDeriv(
int nIP,
double L,
double dLdh,
double *dptsdh);
88 void getWeightsDeriv(
int nIP,
double L,
double dLdh,
double *dwtsdh);
??.
Definition: DistHingeIntegration.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