Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / input / modifying_meshes.rst
1 .. _modifying_meshes_page:
2
3 ****************
4 Modifying meshes
5 ****************
6
7 Salome provides a vast specter of mesh modification and transformation operations, giving the possibility to:
8
9 * :ref:`Add <adding_nodes_and_elements_page>` mesh elements from nodes to polyhedrons at an arbitrary place in the mesh.
10 * :ref:`Add quadratic <adding_quadratic_elements_page>` mesh elements from quadratic segments to quadratic hexahedrons at an arbitrary place in the mesh.
11 * :ref:`Remove <removing_nodes_and_elements_page>` any existing mesh elements and nodes.
12 * :ref:`Convert linear mesh to quadratic <convert_to_from_quadratic_mesh_page>`, or vice versa.
13 * :ref:`Generate boundary elements <make_2dmesh_from_3d_page>`.
14 * :ref:`Translate <translation_page>` in the indicated direction the mesh or some of its elements.
15 * :ref:`Rotate <rotation_page>` by the indicated axis and angle the mesh or some of its elements.
16 * :ref:`Scale <scale_page>` the mesh or some of its elements.
17 * :ref:`Mirror <symmetry_page>` the mesh through a point, a vector or a plane of symmetry.
18 * :ref:`double_nodes_page`. Duplication of nodes can be useful to emulate a crack in the model.
19 * :ref:`Merge Nodes<merging_nodes_page>` coincident within the indicated tolerance.
20 * :ref:`Merge Elements <merging_elements_page>` based on the same nodes.
21 * Create an :ref:`extrusion <extrusion_page>` along a vector or by normal to a discretized surface.
22 * Create an :ref:`extrusion along a path <extrusion_along_path_page>`.
23 * Create elements by :ref:`revolution <revolution_page>` of the selected nodes and elements.
24 * :ref:`Move Nodes <mesh_through_point_page>` to an arbitrary location with consequent transformation of all adjacent elements.
25 * :ref:`Change orientation <changing_orientation_of_elements_page>` of the selected elements.
26 * :ref:`Orient faces <reorient_faces_page>` by several means.
27 * Unite meshes by :ref:`sewing <sewing_meshes_page>` free borders, border to side or side elements.
28 * :ref:`Invert an edge <diagonal_inversion_of_elements_page>` between neighboring triangles.
29 * :ref:`Unite two triangles <uniting_two_triangles_page>`.
30 * :ref:`Unite several adjacent triangles <uniting_set_of_triangles_page>`.
31 * :ref:`Cut a quadrangle <cutting_quadrangles_page>` into two triangles.
32 * :ref:`Cut triangles <add_node_on_segment_page>` into two by adding a node on edge.
33 * :ref:`Cut a face <add_node_on_face_page>` into triangles by adding a node on it.
34 * :ref:`Split <split_to_tetra_page>` volumic elements into tetrahedra or prisms.
35 * :ref:`Split bi-quadratic <split_biquad_to_linear_page>` elements into linear ones without creation of additional nodes.
36 * :ref:`Smooth <smoothing_page>` elements, reducung distortions in them by adjusting the locations of nodes.
37 * Apply :ref:`pattern mapping <pattern_mapping_page>`.
38 * :ref:`generate_flat_elements_page`.
39 * :ref:`cut_mesh_by_plane_page`.
40
41
42 .. note::
43         You can use these operations to :ref:`modify the mesh <edit_anchor>` of a lower dimension before generation of the mesh of a higher dimension.
44
45 .. note::
46         It is possible to use the variables defined in the SALOME **NoteBook** to specify the numerical parameters used for modification of any object.
47
48
49 **Table of Contents**
50
51 .. toctree::
52    :titlesonly:
53
54    adding_nodes_and_elements.rst
55    adding_quadratic_elements.rst 
56    removing_nodes_and_elements.rst 
57    translation.rst
58    rotation.rst
59    scale.rst
60    symmetry.rst
61    double_nodes_page.rst 
62    sewing_meshes.rst
63    merging_nodes.rst
64    merging_elements.rst
65    mesh_through_point.rst 
66    diagonal_inversion_of_elements.rst 
67    uniting_two_triangles.rst 
68    uniting_set_of_triangles.rst
69    changing_orientation_of_elements.rst
70    reorient_faces.rst
71    cutting_quadrangles.rst
72    add_node_on_segment.rst
73    add_node_on_face.rst
74    split_to_tetra.rst
75    split_biquad_to_linear.rst
76    smoothing.rst
77    extrusion.rst
78    extrusion_along_path.rst
79    revolution.rst
80    pattern_mapping.rst
81    convert_to_from_quadratic_mesh.rst
82    make_2dmesh_from_3d.rst
83    generate_flat_elements.rst
84    cut_mesh_by_plane.rst
85