51 #ifndef DistHingeIntegration_h 52 #define DistHingeIntegration_h 54 #include "PlasticLengthsBeamIntegration.h" 76 void getSectionLocations(
int numSections,
double L,
double *xi)
const;
77 void getSectionWeights(
int numSections,
double L,
double *wt)
const;
85 void Print(std::ostream &s,
int flag = 0);
87 void getLocationsDeriv(
int nIP,
double L,
double dLdh,
double *dptsdh);
88 void getWeightsDeriv(
int nIP,
double L,
double dLdh,
double *dwtsdh);
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: DistHingeIntegration.cpp:138
??.
Definition: DistHingeIntegration.h:61
int activateParameter(int parameterID)
Activates the parameter identified by parameterID.
Definition: DistHingeIntegration.cpp:163
Base class for integration on beam elements.
Definition: BeamIntegration.h:73
??.
Definition: PlasticLengthsBeamIntegration.h:39
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: DistHingeIntegration.cpp:148
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Definition: Parameter.h:65