Vectores to store trial and commited values («commited») on node displacements.
More...
|
| NodeDispVectors (void) |
| Constructor.
|
|
| NodeDispVectors (const NodeDispVectors &otro) |
| Constructor de copia.
|
|
NodeDispVectors & | operator= (const NodeDispVectors &otro) |
|
virtual | ~NodeDispVectors (void) |
| destructor
|
|
virtual const Vector & | getIncrDisp (const size_t &) const |
| Returns displacement increment. More...
|
|
virtual const Vector & | getIncrDeltaDisp (const size_t &) const |
| Returns delta displacement increment. More...
|
|
virtual int | setTrialDispComponent (const size_t &nDOF, const double &value, const size_t &dof) |
| Sets trial values for the displacement components. More...
|
|
virtual int | setTrialDisp (const size_t &nDOF, const Vector &) |
| Sets trial values for the displacement vector. More...
|
|
virtual int | incrTrialDisp (const size_t &nDOF, const Vector &) |
| Increments trial displacements. More...
|
|
virtual int | commitState (const size_t &nDOF) |
| Commits state of displacement vectors. More...
|
|
virtual int | revertToLastCommit (const size_t &nDOF) |
| Returns the vectores al estado correspondiente al último commit. More...
|
|
virtual void | Print (std::ostream &s, int flag=0) |
| Printing.
|
|
| NodeVectors (const size_t &nv=2) |
| Constructor.
|
|
| NodeVectors (const NodeVectors &otro) |
| Constructor de copia.
|
|
NodeVectors & | operator= (const NodeVectors &otro) |
|
virtual | ~NodeVectors (void) |
| destructor
|
|
size_t | getVectorsSize (void) const |
| Return the number of node DOFs.
|
|
virtual const Vector & | getData (const size_t &) const |
| Returns the data vector.
|
|
virtual const Vector & | getTrialData (const size_t &) const |
| Returns the data vector de prueba.
|
|
const Vector & | getTrialData (void) const |
| Returns the valores de prueba.
|
|
const Vector & | getCommitData (void) const |
| Returns commited values.
|
|
virtual int | setTrialData (const size_t &nDOF, const double &value, const size_t &dof) |
|
virtual int | setTrialData (const size_t &nDOF, const Vector &) |
| Asigna el valor being passed as parameter.
|
|
virtual int | incrTrialData (const size_t &nDOF, const Vector &) |
|
virtual int | revertToStart (const size_t &nDOF) |
| Returns the nodo a su estado inicial.
|
|
virtual int | sendSelf (CommParameters &) |
| Envia los vectores through the channel being passed as parameter.E.
|
|
virtual int | recvSelf (const CommParameters &) |
|
| MovableObject (int classTag, int dbTag) |
| Constructor.
|
|
| MovableObject (int classTag) |
| Constructor.
|
|
| MovableObject (const MovableObject &otro) |
| Copy constructor.
|
|
MovableObject & | operator= (const MovableObject &otro) |
| Operacdor asignación.
|
|
int | getClassTag (void) const |
| Returns the tag de la clase.
|
|
int | getDbTag (void) const |
| Returns the tag para la database.
|
|
int | getDbTag (CommParameters &) |
| Returns the tag para la database.
|
|
void | setDbTag (int dbTag) |
| Asigna el tag para la database.
|
|
void | setDbTag (CommParameters &) |
| Asigna, sólo si es preciso, el tag para la database.
|
|
virtual int | setParameter (const std::vector< std::string > &argv, Parameter ¶m) |
|
virtual int | updateParameter (int parameterID, Information &info) |
|
virtual int | activateParameter (int parameterID) |
|
virtual int | setVariable (const std::string &variable, Information &) |
| Returns the identificador de la variable cuyo nombre being passed as parameter.
|
|
virtual int | getVariable (const std::string &variable, Information &) |
|
| DistributedBase (void) |
| Constructor.
|
|
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.
|
|
Vectores to store trial and commited values («commited») on node displacements.