52 #ifndef HingeEndpointBeamIntegration_h    53 #define HingeEndpointBeamIntegration_h    55 #include "PlasticLengthsBeamIntegration.h"    72     void getSectionLocations(
int numSections, 
double L, 
double *xi) 
const;
    73     void getSectionWeights(
int numSections, 
double L, 
double *wt) 
const;
    77     void Print(std::ostream &s, 
int flag = 0) 
const;
    79     void getLocationsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dptsdh);
    80     void getWeightsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dwtsdh); 
 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
Endpoint hinge integration method. 
Definition: HingeEndpointBeamIntegration.h:66
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35