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;
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 sendSelf(CommParameters &)
Sends object through the channel defined in cp.
Definition: HingeRadauBeamIntegration.cpp:119
int recvSelf(const CommParameters &)
Receives object through the channel defined in cp.
Definition: HingeRadauBeamIntegration.cpp:133
int sendData(CommParameters &)
Send object members through the channel defined in cp.
Definition: HingeRadauBeamIntegration.cpp:103
Base class for Radau integration on beam with hinges.
Definition: HingeRadauBeamIntegration.h:61
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: HingeRadauBeamIntegration.cpp:163
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: HingeRadauBeamIntegration.cpp:151
Base class for integration on beam elements.
Definition: BeamIntegration.h:73
??.
Definition: PlasticLengthsBeamIntegration.h:39
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Definition: Parameter.h:65
int activateParameter(int parameterID)
Activates the parameter identified by parameterID.
Definition: HingeRadauBeamIntegration.cpp:180
int recvData(const CommParameters &)
Receives object members through the channel defined in cp.
Definition: HingeRadauBeamIntegration.cpp:111