xc
|
Vector of pointers to PrismaticBarCrossSectiones. More...
#include <PrismaticBarCrossSectionsVector.h>
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 *> §ionPtrs) |
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. | |
![]() | |
MovableObject (int classTag, int dbTag) | |
Constructor. More... | |
MovableObject (int classTag) | |
Constructor. More... | |
MovableObject (const MovableObject &) | |
Copy constructor. Doesn't copy the dbTag. | |
MovableObject & | operator= (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 ¶m) |
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 . | |
![]() | |
DistributedBase (void) | |
Constructor. | |
virtual DbTagData & | getDbTagData (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) |
PrismaticBarCrossSectionsVector & | operator= (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. | |
Vector of pointers to PrismaticBarCrossSectiones.
used to store the sections for each integration point.