52 #ifndef FixedLocationBeamIntegration_h    53 #define FixedLocationBeamIntegration_h    55 #include "ParameterIDBeamIntegration.h"    79     void Print(std::ostream &s, 
int flag = 0) 
const;  
    81     void getLocationsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dptsdh) 
const;
    82     void getWeightsDeriv(
int nIP, 
double L, 
double dLdh, 
double *dwtsdh) 
const;
 Integration rule that allows the user to set the integration points at fixed locations. 
Definition: FixedLocationBeamIntegration.h:66
Float vector abstraction. 
Definition: Vector.h:94
Integration points at fixed locations. 
Definition: ParameterIDBeamIntegration.h:61
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv. 
Definition: FixedLocationBeamIntegration.cpp:56
Base class for integration on beam elements. 
Definition: BeamIntegration.h:80
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info. 
Definition: FixedLocationBeamIntegration.cpp:61
Parameter. 
Definition: Parameter.h:68