51 #ifndef LowOrderBeamIntegration_h 52 #define LowOrderBeamIntegration_h 54 #include "ParameterIDBeamIntegration.h" 68 void getSectionLocations(
int numSections,
double L,
double *xi);
69 void getSectionWeights(
int numSections,
double L,
double *wt);
79 void Print(std::ostream &s,
int flag = 0);
81 void getLocationsDeriv(
int nIP,
double L,
double dLdh,
double *dptsdh);
82 void getWeightsDeriv(
int nIP,
double L,
double dLdh,
double *dwtsdh);
Float vector abstraction.
Definition: Vector.h:93
int sendSelf(CommParameters &)
Sends object through the channel defined in cp.
Definition: LowOrderBeamIntegration.cpp:171
int recvSelf(const CommParameters &)
Receives object through the channel defined in cp.
Definition: LowOrderBeamIntegration.cpp:185
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: LowOrderBeamIntegration.cpp:226
Integration points at fixed locations.
Definition: ParameterIDBeamIntegration.h:60
Definition: LowOrderBeamIntegration.h:57
Base class for integration on beam elements.
Definition: BeamIntegration.h:73
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: LowOrderBeamIntegration.cpp:203
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 sendData(CommParameters &cp)
Send object members through the channel defined in cp.
Definition: LowOrderBeamIntegration.cpp:153
int recvData(const CommParameters &cp)
Receives object members through the channel defined in cp.
Definition: LowOrderBeamIntegration.cpp:162