|
| Mesh (CommandEntity *owr) |
| Constructor.
|
|
| Mesh (CommandEntity *owr, TaggedObjectStorage &theNodesStorage, TaggedObjectStorage &theElementsStorage) |
| Constructor.
|
|
| Mesh (CommandEntity *owr, TaggedObjectStorage &theStorageType) |
| Constructor.
|
|
virtual | ~Mesh (void) |
| Destructor.
|
|
virtual bool | addNode (Node *) |
| Adds to the domain the node being passed as parameter. More...
|
|
virtual bool | removeNode (int tag) |
| Remove from mesh the node identified by the argument. More...
|
|
bool | remove (Node *) |
| Removes the the given node. More...
|
|
virtual bool | addElement (Element *) |
| Appends to the mesh the element being passed as parameter. More...
|
|
virtual bool | removeElement (int tag) |
| Removes from the domain the element identified by the tag being passed as parameter. More...
|
|
bool | remove (Element *) |
| Removes the given alement from the mesh. More...
|
|
virtual void | clearAll (void) |
| Deletes from domain all its components (nodes, elements, loads and constraints). More...
|
|
void | setNodeReactionException (const int &) |
| Assign the exception for reaction checking (see Mesh::checkNodalReactions).
|
|
bool | checkNodalReactions (const double &) |
| Checks that all free nodes have zero reactions. More...
|
|
void | clearDOF_GroupPtr (void) |
| Clears the pointers to node DOF groups.
|
|
void | setGraphBuiltFlags (const bool &f) |
| Returns true if the modelo ha cambiado.
|
|
int | initialize (void) |
| Compute elements initial stiff.
|
|
virtual int | setRayleighDampingFactors (const RayleighDampingFactors &rF) |
| Set Rayleigh damping factors.
|
|
const TaggedObjectStorage * | nodes (void) const |
|
TaggedObjectStorage * | nodes (void) |
|
virtual NodeIter & | getNodes (void) |
| Returns an iterator a the nodes del domain.
|
|
virtual const NodeIter & | getNodes (void) const |
| Returns an iterator a the nodes del domain.
|
|
int | getDefaultNodeTag (void) const |
| Get the default tag for the next node.
|
|
const TaggedObjectStorage * | elements (void) const |
|
TaggedObjectStorage * | elements (void) |
|
virtual ElementIter & | getElements (void) |
| Returns an iterator to the mesh elements.
|
|
virtual const ElementIter & | getElements (void) const |
| Returns an iterator to the mesh elements.
|
|
int | getDefaultElementTag (void) const |
| Get the default tag for the next element.
|
|
const NodeLockers & | getNodeLockers (void) const |
|
NodeLockers & | getNodeLockers (void) |
|
bool | existElement (int tag) |
| Returns true if the mesh has an element with the tag being passed as parameter.
|
|
virtual Element * | getElement (int tag) |
| Returns a pointer to the element identified by the tag being passed as parameter.
|
|
virtual const Element * | getElement (int tag) const |
| Returns a pointer to the element identified by the tag being passed as parameter.
|
|
Element * | getNearestElement (const Pos3d &p) |
| Returns a pointer to the nearest element to the point being passed as parameter.
|
|
const Element * | getNearestElement (const Pos3d &p) const |
| Returns a pointer to the nearest element to the point being passed as parameter.
|
|
bool | existNode (int tag) |
| Returns true if the mesh has a node with the tag being passed as parameter.
|
|
virtual Node * | getNode (int tag) |
| Returns a pointer to the node which tag being passed as parameter.
|
|
virtual const Node * | getNode (int tag) const |
| Returns a pointer to the node which tag being passed as parameter.
|
|
Node * | getNearestNode (const Pos3d &p) |
| Returns the node closest to the point being passed as parameter.
|
|
const Node * | getNearestNode (const Pos3d &p) const |
| Returns the node closest to the point being passed as parameter.
|
|
virtual int | getNumElements (void) const |
| Returns the number of elements.
|
|
virtual int | getNumNodes (void) const |
| Returns the number of nodes.
|
|
size_t | getNumDeadElements (void) const |
| Returns the number of inactive elements on the mesh.
|
|
size_t | getNumLiveElements (void) const |
| Returns the number of active elements on the mesh.
|
|
size_t | getNumDeadNodes (void) const |
| Returns the number of inactive nodes on the mesh.
|
|
size_t | getNumLiveNodes (void) const |
| Returns the number of active nodes on the mesh.
|
|
size_t | getNumFrozenNodes (void) const |
| Returns the number of frozen nodes on the mesh.
|
|
size_t | getNumFreeNodes (void) const |
| Returns the number of free nodes on the mesh.
|
|
virtual const Vector & | getPhysicalBounds (void) |
|
const std::vector< std::string > & | getCoordinateNames (void) const |
|
std::string | getUnitsNames (void) const |
|
virtual int | buildEleGraph (Graph &theEleGraph) |
| Builds the element's graph. More...
|
|
virtual int | buildNodeGraph (Graph &theNodeGraph) |
| Builds the node graph. More...
|
|
virtual Graph & | getElementGraph (void) |
| Builds the elements graph of the mesh (if not built yet) and returns a reference to it. More...
|
|
virtual Graph & | getNodeGraph (void) |
| Builds (if needed) the graph of the domain nodes and returns a reference to it. More...
|
|
virtual int | commit (void) |
| Commits mesh state.
|
|
virtual int | revertToLastCommit (void) |
| Returns the mesh to its last committed state.
|
|
virtual int | revertToStart (void) |
| Return the mesh into its initial state.
|
|
int | update (void) |
| Update the element's state. More...
|
|
void | freeze_dead_nodes (const std::string &nmbLocker) |
| Freezes inactive nodes (prescribes zero displacement for all DOFs on inactive nodes). More...
|
|
void | melt_alive_nodes (const std::string &nmbLocker) |
| Clears the constraints over activated nodes previously created by the freeze method. More...
|
|
const double | getEffectiveModalMass (int mode) const |
| Return the masa modal efectiva corresponding to the mode i. More...
|
|
Vector | getEffectiveModalMasses (const int &numModes) const |
| Returns the masas modales efectivas.
|
|
Matrix | getTotalMass (void) const |
| Return the total mass matrix.
|
|
double | getTotalMassComponent (const int &) const |
| Return the total mass matrix component for the DOF argument.
|
|
void | zeroLoads (void) |
| Loop over nodes and elements getting them to first zero their loads.
|
|
virtual void | Print (std::ostream &s, int flag=0) const |
| Imprime el domain.
|
|
virtual int | sendSelf (Communicator &) |
| Sends object through the communicator argument.
|
|
virtual int | recvSelf (const Communicator &) |
| Receives object through the communicator argument.
|
|
boost::python::dict | getPyDict (void) const |
| Return a Python dictionary with the object members values.
|
|
void | setPyDict (const boost::python::dict &) |
| Set the values of the object members from a Python dictionary.
|
|
virtual double | getNodeDisp (int nodeTag, int dof, int &errorFlag) |
| Returns the component of the displacement of the node which the tag is being passed as parameter. More...
|
|
virtual int | setMass (const Matrix &mass, int nodeTag) |
| Set the mass matrix for the node identified by the argument.
|
|
virtual int | calculateNodalReactions (bool inclInertia, const double &) |
| Calculate nodal reaction forces and moments. More...
|
|
double | getEigenvectorsMaxNormInf (int mode) const |
| Return the maximum infinity norm of the nodes eigenvectors.
|
|
double | normalizeEigenvectors (int mode) |
| Normalize the node eigenvectors for the mode argument. More...
|
|
boost::python::list | normalizeEigenvectors (void) |
| Normalize the node eigenvectors for all the computed modes. More...
|
|
void | clearEigenvectors (void) |
| Remove the stored eigenvectors.
|
|
| MeshComponentContainer (CommandEntity *owr, int classTag, int dbTag=0) |
| Constructor.
|
|
const Domain * | getDomain (void) const |
| Returns a pointer to the mesh domain.
|
|
Domain * | getDomain (void) |
| Returns a pointer to the mesh domain.
|
|
Public Member Functions inherited from CommandEntity |
| CommandEntity (CommandEntity *owr=nullptr) |
| Default constructor.
|
|
CommandEntity * | Owner (void) |
| Return a pointer to the object owner.
|
|
const CommandEntity * | Owner (void) const |
| Return un puntero al objeto propietario de ESTE.
|
|
const StandardOutputWrapper & | getStandardOutputWrapper (void) const |
| Return the regular output stream wrapper.
|
|
StandardOutputWrapper & | getStandardOutputWrapper (void) |
| Return the regular output stream wrapper.
|
|
const std::string & | getLogFileName (void) const |
| Returns log file name.
|
|
void | setLogFileName (const std::string &) |
| Sets log file name.
|
|
const std::string & | getErrFileName (void) const |
| Returns err file name.
|
|
void | setErrFileName (const std::string &) |
| Sets error file name.
|
|
const std::string & | getOutputFileName (void) const |
| Returns regular output file name.
|
|
void | setOutputFileName (const std::string &) |
| Sets regular output file name.
|
|
boost::python::object | evalPy (boost::python::object dict, const std::string &) |
| Return the Python object that results from evaluating the argument.
|
|
boost::python::object | execPy (boost::python::object dict, const std::string &) |
| Return the Python objects that results from executing the code in the string argument.
|
|
boost::python::object | execFilePy (boost::python::object dict, const std::string &) |
| Return the Python object that results from executing the code in the file.
|
|
| EntityWithProperties (EntityWithProperties *owr=nullptr) |
| Default constructor.
|
|
void | clearPyProps (void) |
| Clear python properties map.
|
|
bool | hasPyProp (const std::string &) |
| Returns true if property exists.
|
|
boost::python::object | getPyProp (const std::string &str) |
| Return the Python object with the name being passed as parameter.
|
|
void | setPyProp (std::string str, boost::python::object val) |
| Sets/appends a value tho the Python object's dictionary.
|
|
void | copyPropsFrom (const EntityWithProperties &) |
| Copy the properties from the argument.
|
|
boost::python::list | getPropNames (void) const |
| Return the names of the object properties weightings.
|
|
const PythonDict & | getPropertiesDict (void) const |
| Return a std::map container with the properties of the object.
|
|
boost::python::dict | getPyDict (void) const |
| Return a Python dictionary containing the object members values.
|
|
void | setPyDict (const boost::python::dict &) |
| Set the values of the object members from a Python dictionary.
|
|
| EntityWithOwner (EntityWithOwner *owr=nullptr) |
| Default constructor.
|
|
| EntityWithOwner (const EntityWithOwner &) |
| Copy constructor.
|
|
EntityWithOwner & | operator= (const EntityWithOwner &) |
| Assignment operator.
|
|
virtual bool | operator== (const EntityWithOwner &) const |
| Comparison operator.
|
|
virtual | ~EntityWithOwner (void) |
| Virtual destructor.
|
|
virtual std::string | getClassName (void) const |
| Returns demangled class name.
|
|
void | set_owner (EntityWithOwner *owr) |
| Assigns the owner of the object.
|
|
EntityWithOwner * | Owner (void) |
|
const EntityWithOwner * | Owner (void) const |
|
| 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 (Communicator &) |
| Return the object identifier in the database.
|
|
void | setDbTag (int dbTag) |
| Sets the object identifier in the database.
|
|
void | setDbTag (Communicator &) |
| 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 | ~DistributedBase (void) |
| Destructor.
|
|
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.
|
|