|
| ElementHandler (Preprocessor *) |
|
Element * | getElement (int tag) |
| Returns a pointer to the element identified by the tag being passed as parameter. More...
|
|
void | new_element (Element *e) |
| Adds a new element to the model.
|
|
SeedElemHandler & | getSeedElemHandler (void) |
|
const Element * | get_seed_element (void) const |
|
virtual void | Add (Element *) |
| Adds the element and set its identifier (tag), use in EntPMdlr class. More...
|
|
int | getDefaultTag (void) const |
| Returns the default tag for next element.
|
|
void | setDefaultTag (const int &tag) |
| Sets the default tag for next element.
|
|
void | clearAll (void) |
|
Public Member Functions inherited from XC::ProtoElementHandler |
| ProtoElementHandler (Preprocessor *preprocessor) |
| Default constructor.
|
|
void | setDefaultMaterial (const std::string &) |
| Sets the default material name for new elements.
|
|
const std::string & | getDefaultMaterial (void) const |
| Returns the default material name for new elements.
|
|
void | setNumSections (const int &) |
| Default number of sections for new elements.
|
|
int | getNumSections (void) const |
| Returns the default number of sections for new elements.
|
|
void | setDimElem (const int &) |
| Sets the default dimension (0D,1D,2D or 3D) for new elements.
|
|
int | getDimElem (void) const |
| Returns the default dimension (0D,1D,2D or 3D) for new elements.
|
|
void | setDefaultTransf (const std::string &) |
| Sets the name of the default coordinate transformation for new elements.
|
|
const std::string & | getDefaultTransf (void) const |
| Returns the name of the default coordinate transformation for new elements.
|
|
void | setDefaultIntegrator (const std::string &) |
| Sets the name of the default integrator for new elements.
|
|
const std::string & | getDefaultIntegrator (void) const |
| Returns the name of the default integrator for new elements.
|
|
Element * | newElement (const std::string &, const ID &) |
| Create a new element. More...
|
|
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.
|
|
Element creation manager.