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