51 #ifndef MidDistanceBeamIntegration_h 52 #define MidDistanceBeamIntegration_h 54 #include "ParameterIDBeamIntegration.h" 63 void getSectionLocations(
int numSections,
double L,
double *xi);
64 void getSectionWeights(
int numSections,
double L,
double *wt);
74 void Print(std::ostream &s,
int flag = 0);
76 void getLocationsDeriv(
int nIP,
double L,
double *dptsdh);
77 void getWeightsDeriv(
int nIP,
double L,
double *dwtsdh);
Definition: MidDistanceBeamIntegration.h:57
Float vector abstraction.
Definition: Vector.h:93
Integration points at fixed locations.
Definition: ParameterIDBeamIntegration.h:60
int sendSelf(CommParameters &)
Sends object through the channel defined in cp.
Definition: MidDistanceBeamIntegration.cpp:115
Base class for integration on beam elements.
Definition: BeamIntegration.h:73
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: MidDistanceBeamIntegration.cpp:147
Communication parameters between processes.
Definition: CommParameters.h:65
Definition: Parameter.h:65
int recvSelf(const CommParameters &)
Receives object through the channel defined in cp.
Definition: MidDistanceBeamIntegration.cpp:129
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: MidDistanceBeamIntegration.cpp:152