25 #ifndef ChebyshevBeamIntegration_h 26 #define ChebyshevBeamIntegration_h 28 #include "BeamIntegration.h" 32 #define BEAM_INTEGRATION_TAG_Chebyshev 1234 43 void getSectionLocations(
int nIP,
double L,
double *xi)
const;
44 void getSectionWeights(
int nIP,
double L,
double *wt)
const;
53 void Print(std::ostream &,
int flag = 0)
const;
Communication parameters between processes.
Definition: Communicator.h:66
Chebyshev integration scheme.
Definition: ChebyshevBeamIntegration.h:36
int recvSelf(const Communicator &)
Receive the object.
Definition: ChebyshevBeamIntegration.h:51
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: ChebyshevBeamIntegration.h:49