|
| ConstraintLoader (Preprocessor *owr) |
| Default constructor.
|
|
const int & | getTagNextSPConstraint (void) const |
|
const int & | getTagNextMPConstraint (void) const |
|
const int & | getTagNextMRMPConstraint (void) const |
|
int | getNumSPs (void) const |
| returns number of single node constraints.
|
|
int | getNumMPs (void) const |
| returns numbr of multiple node constraints.
|
|
int | getNumMRMPs (void) const |
| returns numbr of multiple retained node constraints.
|
|
int | getNumLPs (void) const |
| returns number of load patterns.
|
|
SFreedom_Constraint * | newSPConstraint (const int &, const int &, const double &) |
| Defines a single freedom constraint.
|
|
void | removeSPConstraint (const int &tagC) |
| Elimina la coacción del domain.
|
|
MFreedom_Constraint * | newMPConstraint (const int &, const int &, const ID &, const ID &) |
| Appends a multi-freedom constraint to the model.
|
|
MFreedom_Constraint * | newEqualDOF (const int &, const int &, const ID &) |
| Imposes the same displacements on both nodes for the components specified in the argument. More...
|
|
MFreedom_Constraint * | newRigidBeam (const int &, const int &) |
|
MFreedom_Constraint * | newRigidRod (const int &, const int &) |
|
MRMFreedom_Constraint * | newMRMPConstraint (const ID &, const int &, const ID &) |
| Appends a multi-row, multi-freedom constraint to the model.
|
|
MRMFreedom_Constraint * | newGlueNodeToElement (const Node &, const Element &, const ID &) |
|
void | clearAll (void) |
| Clears all the objects.
|
|
| Loader (Preprocessor *owr) |
| Default constructor.
|
|
Domain * | getDomain (void) const |
| Returns the domain.
|
|
virtual int | sendSelf (CommParameters &) |
| Sends object through the channel being passed as parameter.
|
|
virtual int | recvSelf (const CommParameters &) |
| Receives object through the channel being passed as parameter.
|
|
| 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.
|
|
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.
|
|
Constraint cration tools.