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);
    76     int setParameter(
const std::vector<std::string> &argv, 
Parameter ¶m);
    77     int updateParameter(
int parameterID, 
Information &info);
    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);
 
Integration points at fixed locations. 
Definition: ParameterIDBeamIntegration.h:60
 
int recvData(const CommParameters &cp)
Receives object members through the channel defined in cp. 
Definition: LowOrderBeamIntegration.cpp:162
 
int recvSelf(const CommParameters &)
Receives object through the channel defined in cp. 
Definition: LowOrderBeamIntegration.cpp:185
 
Definition: LowOrderBeamIntegration.h:57
 
int sendSelf(CommParameters &)
Sends object through the channel defined in cp. 
Definition: LowOrderBeamIntegration.cpp:171
 
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
 
int sendData(CommParameters &cp)
Send object members through the channel defined in cp. 
Definition: LowOrderBeamIntegration.cpp:153