52 #ifndef NewtonCotesBeamIntegration_h    53 #define NewtonCotesBeamIntegration_h    55 #include <domain/mesh/element/truss_beam_column/forceBeamColumn/beam_integration/BeamIntegration.h>    71     void getSectionLocations(
int nIP, 
double L, 
double *xi) 
const;
    72     void getSectionWeights(
int nIP, 
double L, 
double *wt) 
const;
    82     void Print(std::ostream &s, 
int flag = 0) 
const;  
 Communication parameters between processes. 
Definition: Communicator.h:66
Newton-Cotes integration on beam elements. 
Definition: NewtonCotesBeamIntegration.h:66
int recvSelf(const Communicator &)
Receive the object. 
Definition: NewtonCotesBeamIntegration.h:79
int sendSelf(Communicator &)
Send the object. 
Definition: NewtonCotesBeamIntegration.h:77
Base class for integration on beam elements. 
Definition: BeamIntegration.h:80
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35