Salome HOME
b7b7e2e646050fdd1ab262c3b5f9be5701237586
[modules/smesh.git] / doc / salome / gui / SMESH / input / modifying_meshes.doc
1 /*!
2
3 \page modifying_meshes_page Modifying meshes
4
5 Salome provides an extremely vast specter of mesh modification and
6 transformation operations, giving the possibility to:
7
8 <ul>
9 <li>\subpage adding_nodes_and_elements_page "Add" mesh elements from
10 nodes to polyhedrons at an arbitrary place in the mesh.</li>
11 <li>\subpage adding_quadratic_elements_page "Add quadratic" mesh
12 elements (used in quadratic meshes) from quadratic nodes to quadratic polyhedrons at an arbitrary place in the mesh.</li>
13 <li>\subpage removing_nodes_and_elements_page "Remove" any existing
14 mesh elements.</li>
15 <li>\subpage renumbering_nodes_and_elements_page "Renumber" nodes and
16 elements of the mesh.</li>
17 <li>\subpage translation_page "Translate" in the indicated direction the mesh or some of
18 its elements.</li>
19 <li>\subpage rotation_page "Rotate" by the indicated axis and angle
20 the mesh or some of its elements.</li>
21 <li>\subpage scale_page "Scale" the mesh or some of its
22 elements.</li>
23 <li>\subpage symmetry_page "Mirror" the mesh
24 through a point or a vector of symmetry.</li>
25 <li>\subpage double_nodes_page "Duplicate nodes or/and
26   Elements". Duplication of nodes can be useful to emulate a crack in the model.</li>
27 <li>Unite meshes by \subpage sewing_meshes_page "sewing" free borders,
28 conform free borders, border to side or side elements.</li>
29 <li>\subpage merging_nodes_page "Merge Nodes", considered coincident
30 within the indicated tolerance.</li>
31 <li>\subpage merging_elements_page "Merge Elements", considered coincident
32 within the indicated tolerance.</li>
33 <li>\subpage mesh_through_point_page "Move Nodes" to an arbitrary location
34 with consequent transformation of all adjacent elements and edges.</li>
35 <li>\subpage diagonal_inversion_of_elements_page "Invert an edge" between neighboring triangles.</li>
36 <li>\subpage uniting_two_triangles_page "Unite two triangles".</li>
37 <li>\subpage uniting_set_of_triangles_page "Unite several adjacent triangles".</li>
38 <li>\subpage changing_orientation_of_elements_page "Change orientation"
39  of the selected elements.</li>
40 <li>\subpage reorient_faces_page "Reorient faces by vector".</li>
41 <li>\subpage cutting_quadrangles_page "Cut a quadrangle" into two triangles.</li>
42 <li>\subpage split_to_tetra_page "Split" volumic elements into tetrahedra.</li>
43 <li>\subpage smoothing_page "Smooth" elements, reducung distortions in
44 them by adjusting the locations of element corners.</li>
45 <li>Create an \subpage extrusion_page "extrusion" along a vector.</li>
46 <li>Create an \subpage extrusion_along_path_page "extrusion along a path".</li>
47 <li>Create an edge or a surface by \subpage revolution_page "revolution"
48 of the selected node or edge.</li>
49 <li>Apply \subpage pattern_mapping_page "pattern mapping".</li>
50 <li>\subpage convert_to_from_quadratic_mesh_page "Convert regular mesh to quadratic", 
51 or vice versa.</li>
52 <li>\subpage make_2dmesh_from_3d_page "Generate boundary elements".</li>
53 <li>\subpage generate_flat_elements_page "Generate flat elements on group boundaries or on faces".</li>
54 <li>\subpage cut_mesh_by_plane_page "Cut a tetrahedron mesh by a plane".</li>
55 </ul>
56
57 \note It is possible to use the variables defined in the SALOME \b NoteBook
58  to specify the numerical parameters used for modification of any object.
59
60 */