52 #ifndef HingeRadauBeamIntegration_h    53 #define HingeRadauBeamIntegration_h    55 #include "PlasticLengthsBeamIntegration.h"    77     void getSectionLocations(
int numSections, 
double L, 
double *xi) 
const;
    78     void getSectionWeights(
int numSections, 
double L, 
double *wt) 
const;
    85     void Print(std::ostream &s, 
int flag = 0) 
const;
    87     void getLocationsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dptsdh);
    88     void getWeightsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dwtsdh);
 Communication parameters between processes. 
Definition: Communicator.h:66
int recvSelf(const Communicator &)
Receives object through the communicator argument. 
Definition: HingeRadauBeamIntegration.cpp:131
Base class for Radau integration on beam with hinges. 
Definition: HingeRadauBeamIntegration.h:68
Base class for integration on beam elements. 
Definition: BeamIntegration.h:80
int recvData(const Communicator &)
Receives object members through the communicator argument. 
Definition: HingeRadauBeamIntegration.cpp:110
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
int sendData(Communicator &)
Send object members through the communicator argument. 
Definition: HingeRadauBeamIntegration.cpp:103
int sendSelf(Communicator &)
Sends object through the communicator argument. 
Definition: HingeRadauBeamIntegration.cpp:117