Vectores to store trial and commited values («commited») on node displacements.
More...
|
|
| NodeDispVectors (void) |
| | Constructor.
|
| |
|
| NodeDispVectors (const NodeDispVectors &) |
| | Copy constructor.
|
| |
|
NodeDispVectors & | operator= (const NodeDispVectors &) |
| |
|
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 vectors to its last commited value. More...
|
| |
|
virtual void | Print (std::ostream &s, int flag=0) |
| | Printing.
|
| |
|
| NodeVectors (const size_t &nv=2) |
| | Constructor.
|
| |
|
| NodeVectors (const NodeVectors &) |
| | Copy constructor.
|
| |
|
NodeVectors & | operator= (const NodeVectors &) |
| |
|
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 trial values.
|
| |
|
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 &) |
| | Set trial values.
|
| |
|
virtual int | incrTrialData (const size_t &nDOF, const Vector &) |
| |
|
virtual int | revertToStart (const size_t &nDOF) |
| | Returns the node a su estado inicial.
|
| |
|
virtual int | sendSelf (CommParameters &) |
| | Sends the vector through the communicator.
|
| |
| virtual int | recvSelf (const CommParameters &) |
| | Receive the object. More...
|
| |
| | 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.
|
| |
|
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.