51 #ifndef MidDistanceBeamIntegration_h 52 #define MidDistanceBeamIntegration_h 54 #include "ParameterIDBeamIntegration.h" 63 void getSectionLocations(
int numSections,
double L,
double *xi);
64 void getSectionWeights(
int numSections,
double L,
double *wt);
71 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
72 int updateParameter(
int parameterID,
Information &info);
74 void Print(std::ostream &s,
int flag = 0);
76 void getLocationsDeriv(
int nIP,
double L,
double *dptsdh);
77 void getWeightsDeriv(
int nIP,
double L,
double *dwtsdh);
Integration points at fixed locations.
Definition: ParameterIDBeamIntegration.h:60
int recvSelf(const CommParameters &)
Receives object through the channel defined in cp.
Definition: MidDistanceBeamIntegration.cpp:129
int sendSelf(CommParameters &)
Sends object through the channel defined in cp.
Definition: MidDistanceBeamIntegration.cpp:115
Definition: MidDistanceBeamIntegration.h:57
Definition: Parameter.h:65
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for integration on beam elements.
Definition: BeamIntegration.h:73