xc
Public Member Functions | List of all members

??. More...

#include <HingeRadauTwoBeamIntegration3d.h>

Inheritance diagram for XC::HingeRadauTwoBeamIntegration3d:
XC::HingeBeamIntegration3d XC::PlasticLengthsBeamIntegration XC::BeamIntegration XC::MovableObject XC::DistributedBase

Public Member Functions

 HingeRadauTwoBeamIntegration3d (double E, double A, double Iz, double Iy, double G, double J, double lpI, double lpJ)
 Constructor.
 
 HingeRadauTwoBeamIntegration3d (const CrossSectionProperties3d &cts=CrossSectionProperties3d(), const double &lpi=0.0, const double &lpj=0.0)
 Constructor.
 
void getSectionLocations (int numSections, double L, double *xi) const
 Returns the abcissae of the sections in the xi vector.
 
void getSectionWeights (int numSections, double L, double *wt) const
 Returns the weights of each section.
 
int addElasticFlexibility (double L, Matrix &fe)
 
double getTangentDriftI (double L, double LI, double q2, double q3, bool yAxis)
 
double getTangentDriftJ (double L, double LI, double q2, double q3, bool yAxis)
 
BeamIntegrationgetCopy (void) const
 Virtual constructor.
 
void Print (std::ostream &s, int flag=0)
 Print stuff.
 
- Public Member Functions inherited from XC::HingeBeamIntegration3d
 HingeBeamIntegration3d (int classTag, double E, double A, double Iz, double Iy, double G, double J, double lpI, double lpJ)
 
 HingeBeamIntegration3d (int classTag, const CrossSectionProperties3d &cts=CrossSectionProperties3d(), const double &lpi=0.0, const double &lpj=0.0)
 
void addElasticDeformations (ElementalLoad *theLoad, double loadFactor, double L, FVector &v0)
 
int setParameter (const std::vector< std::string > &argv, Parameter &param)
 Sets the value param to the parameter argv.
 
int updateParameter (int parameterID, Information &info)
 Updates the parameter identified by parameterID with info.
 
int activateParameter (int parameterID)
 Activates the parameter identified by parameterID.
 
int sendSelf (CommParameters &)
 Sends object through the channel being passed as parameter.
 
int recvSelf (const CommParameters &)
 Receives object through the channel being passed as parameter.
 
- Public Member Functions inherited from XC::PlasticLengthsBeamIntegration
 PlasticLengthsBeamIntegration (int classTag, double lpI, double lpJ)
 
 PlasticLengthsBeamIntegration (int classTag)
 
int sendSelf (CommParameters &)
 Sends object through the channel being passed as parameter.
 
int recvSelf (const CommParameters &)
 Receives object through the channel being passed as parameter.
 
void Print (std::ostream &, int)
 
- Public Member Functions inherited from XC::BeamIntegration
 BeamIntegration (int classTag)
 
const MatrixgetIntegrPointCoords (int nIP, double L) const
 Returns the coordenadas normalizadas (entre 0 y 1).
 
const MatrixgetIntegrPointNaturalCoords (int nIP, double L) const
 Returns the coordenadas naturales (entre -1 y 1) a partir de las normalizadas.
 
const MatrixgetIntegrPointLocalCoords (int nIP, double L) const
 Returns the coordenadas locales (entre 0 y L) a partir de las normalizadas.
 
const MatrixgetIntegrPointNaturalCoords (int nIP, const CrdTransf &trf) const
 Returns a matrix with the natural coordinates for each integration point.
 
const MatrixgetIntegrPointNormalizedCoords (int nIP, const CrdTransf &trf) const
 Returns a matrix with the normalized coordinates for each integration point.
 
const MatrixgetIntegrPointLocalCoords (int nIP, const CrdTransf &trf) const
 Returns a matrix with the local coordinates for each integration point.
 
const MatrixgetIntegrPointGlobalCoords (int nIP, const CrdTransf &trf) const
 Returns a matrix with the global coordinates for each integration point.
 
const VectorevalInIntegrPoints (const ExprAlgebra &expr, int nIP, const CrdTransf &trf) const
 Returns the values of the expresion being pased as parameter on each integration point.
 
double getIntegral (const ExprAlgebra &expr, int nIP, const CrdTransf &trf) const
 Returns the integral of the expresion.
 
virtual void getLocationsDeriv (int nIP, double L, double dLdh, double *dptsdh)
 
virtual void getWeightsDeriv (int nIP, double L, double dLdh, double *dwtsdh)
 
virtual int addElasticFlexDeriv (double L, Matrix &dfedh, double dLdh=0.0)
 
- Public Member Functions inherited from XC::MovableObject
 MovableObject (int classTag, int dbTag)
 Constructor. More...
 
 MovableObject (int classTag)
 Constructor. More...
 
 MovableObject (const MovableObject &)
 Copy constructor. Doesn't copy the dbTag.
 
MovableObjectoperator= (const MovableObject &)
 Assignment operator. Doesn't copy the dbTag.
 
int getClassTag (void) const
 Return the class identifier.
 
int getDbTag (void) const
 Return the object identifier in the database.
 
int getDbTag (CommParameters &)
 Return the object identifier in the database.
 
void setDbTag (int dbTag)
 Sets the object identifier in the database.
 
void setDbTag (CommParameters &)
 Sets the object identifier in the database if not already set. More...
 
virtual int setVariable (const std::string &variable, Information &)
 Set the value of the variable idenfified by var.
 
virtual int getVariable (const std::string &variable, Information &)
 Return the value of the variable idenfified by var.
 
- Public Member Functions inherited from XC::DistributedBase
 DistributedBase (void)
 Constructor.
 
virtual DbTagDatagetDbTagData (void) const
 Returns a vector to store class dbTags.
 
const int & getDbTagDataPos (const int &i) const
 Returns the data at the i-th position.
 
void setDbTagDataPos (const int &i, const int &v)
 Sets the data at the i-th position.
 
void inicComm (const int &dataSize) const
 Initializes communication.
 

Additional Inherited Members

- Protected Member Functions inherited from XC::HingeBeamIntegration3d
int sendData (CommParameters &)
 Send members through the channel being passed as parameter.
 
int recvData (const CommParameters &)
 Receives members through the channel being passed as parameter.
 
- Protected Member Functions inherited from XC::PlasticLengthsBeamIntegration
int sendData (CommParameters &)
 Send object members through the channel being passed as parameter.
 
int recvData (const CommParameters &)
 Receives object members through the channel being passed as parameter.
 
- Protected Attributes inherited from XC::HingeBeamIntegration3d
CrossSectionProperties3d ctes_scc
 Mechanical properties of the section E,A,Iy,...
 
- Protected Attributes inherited from XC::PlasticLengthsBeamIntegration
double lpI
 
double lpJ
 

Detailed Description

??.


The documentation for this class was generated from the following files: