52 #ifndef DistHingeIntegration_h    53 #define DistHingeIntegration_h    55 #include "PlasticLengthsBeamIntegration.h"    76     void getSectionLocations(
int numSections, 
double L, 
double *xi) 
const;
    77     void getSectionWeights(
int numSections, 
double L, 
double *wt) 
const;
    81     void Print(std::ostream &s, 
int flag = 0) 
const;
    83     void getLocationsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dptsdh);
    84     void getWeightsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dwtsdh);
 Standard Gauss–Lobatto integration rule for distributed plasticity. 
Definition: DistHingeIntegration.h:62
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