|  | 
|  | SetEntities (Preprocessor *preprocessor=nullptr) | 
|  | Constructor. 
 | 
|  | 
|  | SetEntities (const SetEntities &) | 
|  | Copy constructor. 
 | 
|  | 
| SetEntities & | operator= (const SetEntities &) | 
|  | Assignment operator. 
 | 
|  | 
|  | ~SetEntities (void) | 
|  | Destructor. 
 | 
|  | 
| void | clear (void) | 
|  | Clears the set. 
 | 
|  | 
| bool | empty (void) const | 
|  | Return true if the set is empty. 
 | 
|  | 
| virtual const lst_ptr_points & | getPoints (void) const | 
|  | Returns a const reference to the point container. 
 | 
|  | 
| virtual lst_ptr_points & | getPoints (void) | 
|  | Return a reference to the the point container. 
 | 
|  | 
| void | setPoints (const lst_ptr_points &pts) | 
|  | Assigns the points set. 
 | 
|  | 
| void | sel_points_from_list (const ID &) | 
|  | Select the points identified by the tags in the parameter.  More... 
 | 
|  | 
| void | selPointsFromListPy (const boost::python::list &) | 
|  | Select the points identified by the given tags.  More... 
 | 
|  | 
| bool | In (const Pnt *) const | 
|  | Returns true if the point belongs to the set. 
 | 
|  | 
| bool | isCloserThan (const Pnt &, const double &) const | 
|  | Return true if the distance to the given point is smaller than the given one.  More... 
 | 
|  | 
| SetEntities | pickPointsInside (const GeomObj3d &, const double &tol=0.0) const | 
|  | Return a new set that contains the points that lie insiof the geometric object.  More... 
 | 
|  | 
| Pnt * | getNearestPoint (const Pos3d &) | 
|  | Return the point closest to the position argument. 
 | 
|  | 
| const Pnt * | getNearestPoint (const Pos3d &) const | 
|  | Return the point closest to the position argument. 
 | 
|  | 
| bool | isCloserThan (const Pos3d &, const double &) const | 
|  | Return true if the distance to the given point is smaller than the given one.  More... 
 | 
|  | 
| bool | isCloserThan (const GeomObj::list_Pos3d &, const double &) const | 
|  | Return true if the distance to all the vertices of the given sequence is smaller than the given one.  More... 
 | 
|  | 
| virtual const lst_line_pointers & | getLines (void) const | 
|  | Return a const reference to the line container. 
 | 
|  | 
| virtual lst_line_pointers & | getLines (void) | 
|  | Return a reference to the line container. 
 | 
|  | 
| void | setLines (const lst_line_pointers &lns) | 
|  | Assigns the edge set. 
 | 
|  | 
| void | sel_lines_from_list (const ID &) | 
|  | Select the lines identified by the tags in the parameter.  More... 
 | 
|  | 
| void | selLinesFromListPy (const boost::python::list &) | 
|  | Select the points identified by the given tags.  More... 
 | 
|  | 
| bool | In (const Edge *) const | 
|  | Returns true if the edge belongs to the set. 
 | 
|  | 
| bool | isCloserThan (const Edge &, const double &) const | 
|  | Return true if the distance to the vertices of the edge is smaller than the given one.  More... 
 | 
|  | 
| SetEntities | pickLinesInside (const GeomObj3d &, const double &tol=0.0) const | 
|  | Return a new set that contains the lines that lie inside of the geometric object.  More... 
 | 
|  | 
| edge_intersection_pairs | getLineIntersections (const double &tol=1e-6) const | 
|  | Return the intersections between the lines of the model. 
 | 
|  | 
| void | splitLinesAtIntersections (const double &tol=1e-6) | 
|  | Split the lines of the set at its intersection points. 
 | 
|  | 
| Edge * | getNearestLine (const Pos3d &) | 
|  | Return the edge closest to the given point. 
 | 
|  | 
| const Edge * | getNearestLine (const Pos3d &) const | 
|  | Return the edge closest to the given point. 
 | 
|  | 
| virtual const lst_surface_ptrs & | getSurfaces (void) const | 
|  | Returns a const reference to the surface container. 
 | 
|  | 
| virtual lst_surface_ptrs & | getSurfaces (void) | 
|  | Returns a reference to the surface container. 
 | 
|  | 
| void | setSurfaces (const lst_surface_ptrs &sfs) | 
|  | Assigns the surface set. 
 | 
|  | 
| void | sel_surfaces_from_list (const ID &) | 
|  | Selects the surfaces with the identifiers being passed as parameter.  More... 
 | 
|  | 
| void | selSurfacesFromListPy (const boost::python::list &) | 
|  | Select the surfaces identified by the given tags.  More... 
 | 
|  | 
| bool | In (const Face *) const | 
|  | Returns true if the surface belongs to the set. 
 | 
|  | 
| bool | isCloserThan (const Face &, const double &) const | 
|  | Return true if the distance to the vertices of the face is smaller than the given one.  More... 
 | 
|  | 
| SetEntities | pickSurfacesInside (const GeomObj3d &, const double &tol=0.0) const | 
|  | Return a new set that contains the surfaces that lie insiof the geometric object.  More... 
 | 
|  | 
| virtual const lst_body_pointers & | getBodies (void) const | 
|  | Return a const reference to the body container. 
 | 
|  | 
| virtual lst_body_pointers & | getBodies (void) | 
|  | Return a reference to the body container. 
 | 
|  | 
| void | setBodies (const lst_body_pointers &bds) | 
|  | Assigns the bodies set. 
 | 
|  | 
| void | sel_bodies_from_list (const ID &) | 
|  | Selects the bodies with the identifiers being passed as parameter.  More... 
 | 
|  | 
| void | selBodiesFromListPy (const boost::python::list &) | 
|  | Select the bodies identified by the given tags.  More... 
 | 
|  | 
| bool | In (const Body *) const | 
|  | Returns true if the body belongs to the set. 
 | 
|  | 
| bool | isCloserThan (const Body &, const double &) const | 
|  | Return true if the distance to the vertices of the body is smaller than the given one.  More... 
 | 
|  | 
| SetEntities | pickBodiesInside (const GeomObj3d &, const double &tol=0.0) const | 
|  | Return a new set that contains the bodies that lie insiof the geometric object.  More... 
 | 
|  | 
| virtual const lst_ptr_uniform_grids & | getUniformGrids (void) const | 
|  | Return a const reference to the UniformGrids container. 
 | 
|  | 
| virtual lst_ptr_uniform_grids & | getUniformGrids (void) | 
|  | Return a reference to the UniformGrids container. 
 | 
|  | 
| void | sel_ugrids_from_list (const ID &) | 
|  | Selects the uniform grids with the identifiers being passed as parameter.  More... 
 | 
|  | 
| void | selUgridsFromListPy (const boost::python::list &) | 
|  | Select the bodies identified by the given tags.  More... 
 | 
|  | 
| bool | In (const UniformGrid *) const | 
|  | Returns true if the «uniform grid» belongs to the set. 
 | 
|  | 
| bool | isCloserThan (const UniformGrid &, const double &) const | 
|  | Return true if the distance to the vertices of the uniform grid is smaller than the given one.  More... 
 | 
|  | 
| BND3d | Bnd (void) const | 
|  | Return the entities current position boundary. 
 | 
|  | 
| double | getAverageSize (void) const | 
|  | Return the average size of the geometric entities. 
 | 
|  | 
| SetEntities | pickEntitiesInside (const GeomObj3d &, const double &tol=0.0) const | 
|  | Return a new set that contains the bodies that lie insiof the geometric object.  More... 
 | 
|  | 
| double | getMaxElementSize (void) const | 
|  | Return the maximum element size according to the number of divisions of the lines.  More... 
 | 
|  | 
| double | getMinElementSize (void) const | 
|  | Return the minimum element size according to the number of divisions of the lines.  More... 
 | 
|  | 
| double | getAverageElementSize (void) const | 
|  | Return the minimum element size according to the number of divisions of the lines.  More... 
 | 
|  | 
| bool | remove (Element *) | 
|  | Remove the given element from the entities (set the corresponding pointer to null).  More... 
 | 
|  | 
| bool | remove (Node *) | 
|  | Remove the given node from the entities (set the corresponding pointer to null).  More... 
 | 
|  | 
| void | fillUpwards (const SetMeshComp &) | 
|  | Appends to this set the objects that make reference to one or more of the objects that already make part of the set.  More... 
 | 
|  | 
| void | fillDownwards (void) | 
|  | Appends to the set being passed as parameter the elements that intervene on the definition of those entities that are already in the set.  More... 
 | 
|  | 
| void | fillDownwards (SetMeshComp &) | 
|  | Appends to the set being passed as parameter the elements that intervene on the definition of those entities that are already in the set.  More... 
 | 
|  | 
| void | Transform (const TrfGeom &trf) | 
|  | Applies the transformation to the elements of the set. 
 | 
|  | 
| void | conciliaNDivs (void) | 
|  | Conciliate number of divisions of the lines shared by faces.  More... 
 | 
|  | 
| void | setUseGmsh (const bool &) | 
|  | Set the value of the useGmsh member. 
 | 
|  | 
| bool | getUseGmsh (void) const | 
|  | Get the value of the useGmsh member. 
 | 
|  | 
| void | genMesh (const std::string &, meshing_dir dm) | 
|  | Triggers mesh generation from set components.  More... 
 | 
|  | 
| virtual int | sendSelf (Communicator &) | 
|  | Sends object through the communicator argument. 
 | 
|  | 
| virtual int | recvSelf (const Communicator &) | 
|  | Receives object through the communicator argument. 
 | 
|  | 
| void | extend (const lst_ptr_points &) | 
|  | Extend this set with the points of the argument. 
 | 
|  | 
| void | extend (const lst_line_pointers &) | 
|  | Extend this set with the lines of the argument. 
 | 
|  | 
| void | extend (const lst_surface_ptrs &) | 
|  | Extend this set with the surfaces of the argument. 
 | 
|  | 
| void | extend (const lst_body_pointers &) | 
|  | Extend this set with the bodies of the argument. 
 | 
|  | 
| void | extend (const lst_ptr_uniform_grids &) | 
|  | Extend this set with the uniform grids of the argument. 
 | 
|  | 
| SetEntities & | operator+= (const SetEntities &) | 
|  | Addition assignment operator.  More... 
 | 
|  | 
| SetEntities & | operator-= (const SetEntities &) | 
|  | -= operator. 
 | 
|  | 
| SetEntities & | operator*= (const SetEntities &) | 
|  | *= operator (intersection). 
 | 
|  | 
| SetEntities | operator+ (const SetEntities &) const | 
|  | Addition (union) operator.  More... 
 | 
|  | 
| SetEntities | operator- (const SetEntities &) const | 
|  | Difference operator.  More... 
 | 
|  | 
| SetEntities | operator* (const SetEntities &) const | 
|  | Intersection operator.  More... 
 | 
|  | 
| 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. 
 | 
|  | 
|  | 
| void | clearAll (void) | 
|  | Clears all the objects of the set. 
 | 
|  | 
| void | copy_lists (const SetEntities &) | 
|  | Copy the object lists of the set s.  More... 
 | 
|  | 
| SetEntities | create_copy (const std::string &, const Vector3d &v) | 
|  | Creates a copy of the entities of the set and put them in another set with the name is being passed as parameter.  More... 
 | 
|  | 
| void | extend_lists (const SetEntities &) | 
|  | Extend this set with the objects of the set being passed as parameter.  More... 
 | 
|  | 
| void | substract_lists (const SetEntities &) | 
|  | Removes from this set the objects that belongs also to the argument.  More... 
 | 
|  | 
| void | intersect_lists (const SetEntities &) | 
|  | Removes from this set the objects that belongs also to the argument.  More... 
 | 
|  | 
| DbTagData & | getDbTagData (void) const | 
|  | Returns a vector to store the dbTags of the class members.  More... 
 | 
|  | 
| int | sendData (Communicator &) | 
|  | Send members through the communicator argument. 
 | 
|  | 
| int | recvData (const Communicator &) | 
|  | Receives members through the communicator argument. 
 | 
|  | 
| void | create_gmsh_points (void) const | 
|  | Create Gmsh points from the points of this object. 
 | 
|  | 
| void | point_meshing (meshing_dir dm) | 
|  | Create nodes and, where appropriate, elements on set points. 
 | 
|  | 
| void | create_gmsh_lines (void) const | 
|  | Create a gmsh lines from the edges. 
 | 
|  | 
| void | line_meshing (meshing_dir dm) | 
|  | Create nodes and, where appropriate, elements on set lines. 
 | 
|  | 
| void | create_gmsh_loops (void) const | 
|  | Create a gmsh lines from the edges. 
 | 
|  | 
| std::vector< int > | create_gmsh_surfaces (void) const | 
|  | Create a gmsh lines from the edges. 
 | 
|  | 
| void | surface_meshing (meshing_dir dm) | 
|  | Create nodes and, where appropriate, elements on surfaces. 
 | 
|  | 
| void | body_meshing (meshing_dir dm) | 
|  | Create nodes and, where appropriate, elements on set bodies. 
 | 
|  | 
| void | uniform_grid_meshing (meshing_dir dm) | 
|  | Creates nodes and, eventually, elements on the points of the set. 
 | 
|  | 
| std::map< int, const Node * > | create_nodes_from_gmsh (void) | 
|  | Create the nodes from the positions computed by Gmsh. 
 | 
|  | 
| int | create_elements_from_gmsh (const std::map< int, const Node *> &) | 
|  | Create the elements from the mesh computed by Gmsh. 
 | 
|  | 
| void | gen_mesh_gmsh (const std::string &modelName) | 
|  | Asks Gmsh to create the mesh.  More... 
 | 
|  | 
| void | move (const Vector3d &) | 
|  | Moves the objects of the set. 
 | 
|  | 
|  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. 
 | 
|  |