51 #ifndef HingeMidpointBeamIntegration_h 52 #define HingeMidpointBeamIntegration_h 54 #include "PlasticLengthsBeamIntegration.h" 69 void getSectionLocations(
int numSections,
double L,
double *xi)
const;
70 void getSectionWeights(
int numSections,
double L,
double *wt)
const;
78 void Print(std::ostream &s,
int flag = 0);
80 void getLocationsDeriv(
int nIP,
double L,
double dLdh,
double *dptsdh);
81 void getWeightsDeriv(
int nIP,
double L,
double dLdh,
double *dwtsdh);
??.
Definition: HingeMidpointBeamIntegration.h:61
int activateParameter(int parameterID)
Activates the parameter identified by parameterID.
Definition: HingeMidpointBeamIntegration.cpp:129
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: HingeMidpointBeamIntegration.cpp:100
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
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: HingeMidpointBeamIntegration.cpp:112
Definition: Parameter.h:65