52 #ifndef HingeRadauTwoBeamIntegration_h    53 #define HingeRadauTwoBeamIntegration_h    55 #include "PlasticLengthsBeamIntegration.h"    74     void getSectionLocations(
int numSections, 
double L, 
double *xi) 
const;
    75     void getSectionWeights(
int numSections, 
double L, 
double *wt) 
const;
    79     void Print(std::ostream &s, 
int flag = 0) 
const;
    81     void getLocationsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dptsdh);
    82     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
Base class for Two-point Gauss-Radau integration. 
Definition: HingeRadauTwoBeamIntegration.h:68
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35