|
|
| | LocalRefineTetrahedraMeshOnlyOnBoundaries (ModelPart &rModelPart) |
| | Default constructors. More...
|
| |
| | ~LocalRefineTetrahedraMeshOnlyOnBoundaries ()=default |
| | Destructor. More...
|
| |
| void | SearchEdgeToBeRefined (ModelPart &rThisModelPart, compressed_matrix< int > &rCoord) override |
| |
| | LocalRefineTetrahedraMeshParallelToBoundaries (ModelPart &rModelPart) |
| | Default constructors. More...
|
| |
| | ~LocalRefineTetrahedraMeshParallelToBoundaries ()=default |
| | Destructor. More...
|
| |
| void | LocalRefineMesh (bool RefineOnReference, bool InterpolateInternalVariables) override |
| |
| void | ResetFatherNodes (ModelPart &rModelPart) override |
| |
| void | SearchEdgeToBeRefined (ModelPart &rThisModelPart, compressed_matrix< int > &rCoord) override |
| |
| void | UpdateSubModelPartNodes (ModelPart &rModelPart) override |
| |
| | LocalRefineTetrahedraMesh (ModelPart &rModelPart) |
| | Default constructors. More...
|
| |
| | ~LocalRefineTetrahedraMesh ()=default |
| | Destructor. More...
|
| |
| unsigned int | CreateCenterNode (Geometry< Node > &geom, ModelPart &model_part) |
| |
| void | EraseOldElementAndCreateNewElement (ModelPart &this_model_part, const compressed_matrix< int > &Coord, PointerVector< Element > &NewElements, bool interpolate_internal_variables) override |
| |
| void | UpdateSubModelPartElements (ModelPart &this_model_part, PointerVector< Element > &NewElements) |
| |
| void | EraseOldConditionsAndCreateNew (ModelPart &this_model_part, const compressed_matrix< int > &Coord) override |
| |
| void | UpdateSubModelPartConditions (ModelPart &rModelPart, PointerVector< Condition > &rNewConditions) |
| |
| void | CalculateEdges (Element::GeometryType &geom, const compressed_matrix< int > &Coord, int *edge_ids, std::vector< int > &aux) override |
| |
| void | CalculateEdgesFaces (Element::GeometryType &geom, const compressed_matrix< int > &Coord, int *edge_ids, array_1d< int, 6 > &aux) |
| |
| | LocalRefineGeometryMesh (ModelPart &model_part) |
| | Default constructors. More...
|
| |
| virtual | ~LocalRefineGeometryMesh ()=default |
| | Destructor. More...
|
| |
| virtual void | CSRRowMatrix (ModelPart &this_model_part, compressed_matrix< int > &Coord) |
| |
| virtual void | CreateListOfNewNodes (ModelPart &this_model_part, compressed_matrix< int > &Coord, std::vector< int > &List_New_Nodes, std::vector< array_1d< int, 2 > > &Position_Node) |
| |
| virtual void | CalculateCoordinateAndInsertNewNodes (ModelPart &this_model_part, const std::vector< array_1d< int, 2 > > &Position_Node, const std::vector< int > &List_New_Nodes) |
| |
| void | CreatePartition (unsigned int number_of_threads, const int number_of_rows, vector< unsigned int > &partitions) |
| |
| template<typename TGeometricalObjectPointerType > |
| void | InterpolateInteralVariables (const int &number_elem, const TGeometricalObjectPointerType father_elem, TGeometricalObjectPointerType child_elem, const ProcessInfo &rCurrentProcessInfo) |
| |