Salome HOME
Mesh generation is more important that import/export.
authoreap <eap@opencascade.com>
Mon, 17 Feb 2014 10:14:31 +0000 (14:14 +0400)
committereap <eap@opencascade.com>
Mon, 17 Feb 2014 10:14:31 +0000 (14:14 +0400)
So tell about IO operations later.

doc/salome/gui/SMESH/input/about_meshes.doc
doc/salome/gui/SMESH/input/index.doc

index 97d14a3ec8892b9b1983fbdb31d5183c4572bab8..565b3a48b3e74624078789ece37f361289816248 100644 (file)
@@ -5,15 +5,12 @@
 \n \b MESH represents a discretization of a geometrical CAD model into
 a set of entities with a simple topology. 
 
-Meshes are stored in DAT, MED, UNV, STL, CGNS, GMF and SAUVE formats and can be
-\subpage importing_exporting_meshes_page "imported from and exported to"
- the file in these formats.
-
 It is possible to \subpage constructing_meshes_page "construct meshes" 
 on the basis of geometrical shapes produced in the GEOM module.
 It is also possible to 
 \subpage constructing_submeshes_page "construct mesh on a part of the geometrical object", 
-for example, a face, with different meshing parameters than the whole mesh.
+for example, a face, with different meshing parameters or using
+another meshing algorithm than the whole mesh.
 
 Several created meshes can be \subpage building_compounds_page "combined into another mesh".
 
@@ -26,6 +23,10 @@ depending on the changed parameters will be re-computed.
 Meshes can be edited using the MESH functions destined for 
 \ref modifying_meshes_page "modification" of generated meshes.
 
+Meshes are stored in DAT, MED, UNV, STL, CGNS, GMF and SAUVE formats and can be
+\subpage importing_exporting_meshes_page "imported from and exported to"
+ the file in these formats.
+
 The \b topology of a mesh is described by the relationships between its
 entities including:
 
index 9182f97be4d2907adcb9046d3dc3f6117172c60e..b3334e4181889923a8be40513b6185289bd19d60 100644 (file)
@@ -6,9 +6,9 @@
 
 \n \b MESH module of SALOME is destined for:
 <ul>
-<li>\ref importing_exporting_meshes_page "import and export of meshes in various formats";</li>
 <li>\subpage about_meshes_page "meshing geometrical models"
 previously created or imported by the Geometry component; </li>
+<li>\ref importing_exporting_meshes_page "import and export of meshes in various formats";</li>
 <li>\subpage viewing_meshes_overview_page "viewing created meshes" in
 the VTK viewer;</li>
 <li>\subpage grouping_elements_page "creating groups of mesh elements";</li>