|
| BoundaryCondHandler (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) |
| Removes the constraint from 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.
|
|
Public Member Functions inherited from XC::PrepHandler |
| PrepHandler (Preprocessor *owr) |
| Default constructor.
|
|
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.
|
|
| PreprocessorContainer (Preprocessor *owr) |
| Default constructor.
|
|
const Domain * | getDomain (void) const |
| Returns the domain.
|
|
Domain * | getDomain (void) |
| Returns the domain.
|
|
Preprocessor * | getPreprocessor (void) |
| Returns a pointer to the object preprocessor.
|
|
const Preprocessor * | getPreprocessor (void) const |
| Returns a pointer to the object preprocessor.
|
|
void | checkPreprocessor (void) |
|
| 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.
|
|
Constraint cration tools.