51 #ifndef FixedLocationBeamIntegration_h 52 #define FixedLocationBeamIntegration_h 54 #include "ParameterIDBeamIntegration.h" 70 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
71 int updateParameter(
int parameterID,
Information &info);
73 void Print(std::ostream &s,
int flag = 0);
75 void getLocationsDeriv(
int nIP,
double L,
double dLdh,
double *dptsdh)
const;
76 void getWeightsDeriv(
int nIP,
double L,
double dLdh,
double *dwtsdh)
const;
Integration points at fixed locations.
Definition: ParameterIDBeamIntegration.h:60
Integration points at fixed locations.
Definition: FixedLocationBeamIntegration.h:60
Definition: Parameter.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for integration on beam elements.
Definition: BeamIntegration.h:73