52 #ifndef HingeMidpointBeamIntegration_h    53 #define HingeMidpointBeamIntegration_h    55 #include "PlasticLengthsBeamIntegration.h"    73     void getSectionLocations(
int numSections, 
double L, 
double *xi) 
const;
    74     void getSectionWeights(
int numSections, 
double L, 
double *wt) 
const;
    78     void Print(std::ostream &s, 
int flag = 0) 
const;
    80     void getLocationsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dptsdh);
    81     void getWeightsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dwtsdh);
 Midpoint hinge integration on beam elements. 
Definition: HingeMidpointBeamIntegration.h:67
Base class for integration on beam elements. 
Definition: BeamIntegration.h:80
Base class for plastic hinge integration methods on beam elements. 
Definition: PlasticLengthsBeamIntegration.h:44
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35