52 #ifndef LobattoBeamIntegration_h    53 #define LobattoBeamIntegration_h    55 #include <domain/mesh/element/truss_beam_column/forceBeamColumn/beam_integration/BeamIntegration.h>    61 class FEM_ObjectBroker;
    77     void getSectionLocations(
int nIP, 
double L, 
double *xi) 
const;
    78     void getSectionWeights(
int nIP, 
double L, 
double *wt) 
const;
    87     void Print(std::ostream &s, 
int flag = 0) 
const;  
 Communication parameters between processes. 
Definition: Communicator.h:66
Gauss-Lobatto integration on beam elements. 
Definition: LobattoBeamIntegration.h:72
int recvSelf(const Communicator &)
Receive the object. 
Definition: LobattoBeamIntegration.h:85
LobattoBeamIntegration(void)
Default constructor. 
Definition: LobattoBeamIntegration.cpp:55
Base class for integration on beam elements. 
Definition: BeamIntegration.h:80
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
int sendSelf(Communicator &)
Send the object. 
Definition: LobattoBeamIntegration.h:83