xc
Public Types | Public Member Functions | Protected Member Functions | List of all members
XC::PrismaticBarCrossSectionsVector Class Reference

Vector of pointers to PrismaticBarCrossSectiones. More...

#include <PrismaticBarCrossSectionsVector.h>

Inheritance diagram for XC::PrismaticBarCrossSectionsVector:
XC::MovableObject XC::DistributedBase

Public Types

typedef std::vector< PrismaticBarCrossSection * > mat_vector
 
typedef mat_vector::iterator iterator
 
typedef mat_vector::reference reference
 
typedef mat_vector::const_reference const_reference
 

Public Member Functions

 PrismaticBarCrossSectionsVector (const size_t &sz)
 Constructor.
 
 PrismaticBarCrossSectionsVector (const size_t &sz, const Material *m)
 Constructor.
 
 PrismaticBarCrossSectionsVector (const size_t &sz, const PrismaticBarCrossSection *matModel)
 Default constructor.
 
 PrismaticBarCrossSectionsVector (const PrismaticBarCrossSectionsVector &)
 Copy constructor.
 
bool isTorsion (void) const
 Returns true if the sections have torsional stiffness.
 
void setSection (const PrismaticBarCrossSection *nueva_secc)
 
void setSectionCopy (size_t i, PrismaticBarCrossSection *nueva_secc)
 
void setupSection (const Material *sec)
 
bool setSections (const std::vector< PrismaticBarCrossSection *> &sectionPtrs)
 Set the sections of the vector.
 
void zeroInitialSectionDeformations (void)
 Zeroes initial strains.
 
void setInitialSectionDeformations (const std::vector< Vector > &vs)
 Set initial strains.
 
void addInitialSectionDeformations (const BeamStrainLoad &, const double &, const Matrix &, const double &L)
 Set initial strains interpolating between e1 and e2.
 
void setTrialSectionDeformations (const std::vector< Vector > &vs)
 Set trial strains.
 
int commitState (void)
 Commits sections state.
 
int revertToLastCommit (void)
 Returns the sections to its last commited state.
 
int revertToStart (void)
 Returns the sections to its initial state.
 
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::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 setParameter (const std::vector< std::string > &argv, Parameter &param)
 Sets the value param to the parameter argv.
 
virtual int updateParameter (int parameterID, Information &info)
 Updates the parameter identified by parameterID with info.
 
virtual int activateParameter (int parameterID)
 Activates the parameter identified by parameterID.
 
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.
 

Protected Member Functions

void clear_sections (void)
 
void clearAll (void)
 
PrismaticBarCrossSectionsVectoroperator= (const PrismaticBarCrossSectionsVector &)
 Assignment operator.
 
int sendData (CommParameters &)
 Send object members through the channel being passed as parameter.
 
int recvData (const CommParameters &)
 Receives object through the channel being passed as parameter.
 

Detailed Description

Vector of pointers to PrismaticBarCrossSectiones.

used to store the sections for each integration point.


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