|  | 
| virtual | ~MapSet (void) | 
|  | Destructor. 
 | 
|  | 
| EntMdlr * | insert_ent_mdlr (EntMdlr *ent_mdlr) | 
|  | Inserts, as a set, a preprocessor entity. 
 | 
|  | 
| Set * | get_set_total (void) | 
|  | 
| const Set * | get_set_total (void) const | 
|  | 
| const map_sets & | get_open_sets (void) const | 
|  | 
| map_sets & | get_open_sets (void) | 
|  | 
| Set * | defSet (const std::string &) | 
|  | Creates a new set with the name which is passed as a parameter. 
 | 
|  | 
| void | removeSet (const std::string &) | 
|  | Deletes the set and removes it from the sets map. 
 | 
|  | 
| void | removeNode (Node *) | 
|  | Remove the given node from the sets. 
 | 
|  | 
| void | removeElement (Element *) | 
|  | Remove the given element from the sets. 
 | 
|  | 
| void | removeConstraint (Constraint *) | 
|  | Remove the given element from the sets. 
 | 
|  | 
| std::set< SetBase * > | get_sets_containing_node (const int &) | 
|  | Return the sets that contain the pointer to the node whose identifier is being passed as parameter.  More... 
 | 
|  | 
| boost::python::list | get_sets_containing_node_py (const int &) | 
|  | Return the a Python list with the sets that contain the pointer to the node whose identifier is being passed as parameter.  More... 
 | 
|  | 
| std::set< SetBase * > | get_sets_containing_element (const int &) | 
|  | Return the sets that contain the pointer to the element whose identifier is being passed as parameter.  More... 
 | 
|  | 
| boost::python::list | get_sets_containing_element_py (const int &) | 
|  | Return the a Python list with the sets that contain the pointer to the element whose identifier is being passed as parameter.  More... 
 | 
|  | 
| const SetBase * | find_set (const std::string &nmb) const | 
|  | Returns a pointer to the set which name is being passed as parameter. 
 | 
|  | 
| SetBase & | getSet (const std::string &nmb) | 
|  | Return the set which name is being passed as parameter. 
 | 
|  | 
| int | sendSelf (Communicator &) | 
|  | Sends object through the communicator argument. 
 | 
|  | 
| 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. 
 | 
|  | 
|  | 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) | 
|  | 
|  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 paramto the parameterargv.
 | 
|  | 
| virtual int | updateParameter (int parameterID, Information &info) | 
|  | Updates the parameter identified by parameterIDwithinfo.
 | 
|  | 
| 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. 
 | 
|  | 
| virtual | ~MapSetBase (void) | 
|  | Destructor. 
 | 
|  | 
| bool | exists (const std::string &nmb) const | 
|  | Return true if the sets already exists. 
 | 
|  | 
| void | remove (const std::string &) | 
|  | Deletes the set and removes it from the sets map. 
 | 
|  | 
| void | rename (const std::string &, const std::string &) | 
|  | Rename the set. 
 | 
|  | 
| void | removeNode (Node *) | 
|  | Remove the given node from the sets. 
 | 
|  | 
| void | removeElement (Element *) | 
|  | Remove the given element from the sets. 
 | 
|  | 
| void | removeConstraint (Constraint *) | 
|  | Remove the given constraint from the sets. 
 | 
|  | 
| boost::python::list | getSetsNamesPy (void) const | 
|  | Return the class names of the sets. 
 | 
|  | 
| boost::python::list | getKeysPy (void) const | 
|  | Return the map keys in a Python list. 
 | 
|  | 
| std::set< SetBase * > | get_sets (const Node *) | 
|  | Return the sets that contain the pointer to node being passed as parameter.  More... 
 | 
|  | 
| boost::python::list | get_sets_py (const Node *) | 
|  | Return a Python list containing the sets that contain the pointer to node being passed as parameter.  More... 
 | 
|  | 
| std::set< SetBase * > | get_sets (const Element *) | 
|  | Return the sets that contain the element pointer being passed as parameter.  More... 
 | 
|  | 
| boost::python::list | get_sets_py (const Element *) | 
|  | Return a Python list containing the sets that contain the pointer to node being passed as parameter.  More... 
 | 
|  | 
| std::set< SetBase * > | get_sets (const Pnt *) | 
|  | Return the sets that contain the pointer to the ponint being passed as parameter.  More... 
 | 
|  | 
| std::set< SetBase * > | get_sets (const Edge *) | 
|  | Return the sets that contain the pointer to edge being passed as parameter.  More... 
 | 
|  | 
| std::set< SetBase * > | get_sets (const Face *) | 
|  | Return the sets than contain a pointer to face being passed as parameter.  More... 
 | 
|  | 
| std::set< SetBase * > | get_sets (const Body *) | 
|  | Return the sets that contain the pointer to body being passed as parameter.  More... 
 | 
|  | 
| std::set< SetBase * > | get_sets (const UniformGrid *) | 
|  | Return the sets that contain the pointer to uniform grid being passed as parameter.  More... 
 | 
|  | 
| boost::python::dict | getPyDict (void) const | 
|  | Return a Python dictionary with the object members values. 
 | 
|  | 
| void | setPyDict (Preprocessor *, const boost::python::dict &) | 
|  | Set the values of the object members from a Python dictionary. 
 | 
|  | 
|  | 
| DbTagData & | getDbTagData (void) const | 
|  | Returns a vector to store the dbTags of the class members.  More... 
 | 
|  | 
| int | sendSetsDbTags (int posDbTag, Communicator &comm) | 
|  | Send the dbTags of the sets through the communicator argument. 
 | 
|  | 
| int | sendSetsClassNames (int posDbTag, Communicator &comm) | 
|  | Send the names of the classes of the sets through the communicator argument.  More... 
 | 
|  | 
| int | receiveSetsDbTags (int posDbTag, int size, const Communicator &comm) | 
|  | Receives the dbTags of the sets through the communicator argument. 
 | 
|  | 
| int | receiveSetsClassNames (int pDbTg, int sz, const Communicator &comm) | 
|  | Receives the class names of the sets through the communicator argument. 
 | 
|  | 
| int | sendSets (int posDbTag1, int posDbTag2, int posDbTag3, Communicator &comm) | 
|  | Send the sets through the communicator argument. 
 | 
|  | 
| int | receiveSets (int posDbTag1, int posDbTag2, int posDbTag3, const int &, const Communicator &comm) | 
|  | Receives the sets through the communicator argument. 
 | 
|  | 
| int | sendOpenSets (int posDbTag1, int posDbTag2, Communicator &comm) | 
|  | Send members through the communicator argument. 
 | 
|  | 
| int | receiveOpenSets (int posDbTag1, int posDbTag2, const Communicator &comm) | 
|  | Receives members through the communicator argument. 
 | 
|  | 
| int | sendData (Communicator &) | 
|  | Send members through the communicator argument. 
 | 
|  | 
| int | recvData (const Communicator &) | 
|  | Receives members through the communicator argument. 
 | 
|  | 
|  | MapSet (Preprocessor *preprocessor=nullptr) | 
|  | Default constructor. 
 | 
|  | 
|  Protected Member Functions inherited from CommandEntity | 
| template<class T > | 
| void | string_to (T &, const std::string &) const | 
|  | 
| bool | isEqual (const EntityWithProperties &) const | 
|  | Return true if both objects are equal. 
 | 
|  | 
| virtual bool | isEqual (const EntityWithOwner &) const | 
|  | Return true if both objects are equal. 
 | 
|  | 
| SetEstruct * | create_set_estruct (const SetEstruct &) | 
|  | Returns a copy of the argument. 
 | 
|  | 
| SetBase * | find (const std::string &nmb) const | 
|  | Returns a pointer to the set which name is being passed as parameter. 
 | 
|  | 
| SetEstruct * | find_set_estruct (const std::string &nmb) | 
|  | Returns a pointer to the structured set named as the parameter. 
 | 
|  | 
| void | clearSets (void) | 
|  | Clears all defined sets. 
 | 
|  | 
|  | MapSetBase (const MapSetBase &) | 
|  | Copy constructor (DOESN'T COPY SETS). 
 | 
|  | 
| MapSetBase & | operator= (const MapSetBase &) | 
|  | Assignment operator (DOESN'T COPY SETS). 
 | 
|  | 
| const std::deque< std::string > & | getSetsClassNames (void) const | 
|  | Return the class names of the sets. 
 | 
|  | 
| const std::deque< std::string > & | getSetsNames (void) const | 
|  | Return the class names of the sets. 
 | 
|  | 
| const std::deque< std::string > & | getKeys (void) const | 
|  | Return the map keys. 
 | 
|  | 
| DbTagData & | getDbTagData (void) const | 
|  | 
| const ID & | getSetsDBTags (Communicator &comm) | 
|  | Return the DBTags of the sets. 
 | 
|  |