51 #ifndef HingeRadauBeamIntegration_h 52 #define HingeRadauBeamIntegration_h 54 #include "PlasticLengthsBeamIntegration.h" 72 void getSectionLocations(
int numSections,
double L,
double *xi)
const;
73 void getSectionWeights(
int numSections,
double L,
double *wt)
const;
80 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
81 int updateParameter(
int parameterID,
Information &info);
82 int activateParameter(
int parameterID);
84 void Print(std::ostream &s,
int flag = 0);
86 void getLocationsDeriv(
int nIP,
double L,
double dLdh,
double *dptsdh);
87 void getWeightsDeriv(
int nIP,
double L,
double dLdh,
double *dwtsdh);
int recvSelf(const CommParameters &)
Receives object through the channel defined in cp.
Definition: HingeRadauBeamIntegration.cpp:133
int recvData(const CommParameters &)
Receives object members through the channel defined in cp.
Definition: HingeRadauBeamIntegration.cpp:111
Base class for Radau integration on beam with hinges.
Definition: HingeRadauBeamIntegration.h:61
int sendSelf(CommParameters &)
Sends object through the channel defined in cp.
Definition: HingeRadauBeamIntegration.cpp:119
??.
Definition: PlasticLengthsBeamIntegration.h:39
int sendData(CommParameters &)
Send object members through the channel defined in cp.
Definition: HingeRadauBeamIntegration.cpp:103
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