Mesh generation is more important that import/export.

So tell about IO operations later.
This commit is contained in:
eap 2014-02-17 14:14:31 +04:00
parent dcc7add229
commit 85f64d17e5
2 changed files with 7 additions and 6 deletions

View File

@ -5,15 +5,12 @@
\n \b MESH represents a discretization of a geometrical CAD model into \n \b MESH represents a discretization of a geometrical CAD model into
a set of entities with a simple topology. 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" It is possible to \subpage constructing_meshes_page "construct meshes"
on the basis of geometrical shapes produced in the GEOM module. on the basis of geometrical shapes produced in the GEOM module.
It is also possible to It is also possible to
\subpage constructing_submeshes_page "construct mesh on a part of the geometrical object", \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". 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 Meshes can be edited using the MESH functions destined for
\ref modifying_meshes_page "modification" of generated meshes. \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 The \b topology of a mesh is described by the relationships between its
entities including: entities including:

View File

@ -6,9 +6,9 @@
\n \b MESH module of SALOME is destined for: \n \b MESH module of SALOME is destined for:
<ul> <ul>
<li>\ref importing_exporting_meshes_page "import and export of meshes in various formats";</li>
<li>\subpage about_meshes_page "meshing geometrical models" <li>\subpage about_meshes_page "meshing geometrical models"
previously created or imported by the Geometry component; </li> 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 <li>\subpage viewing_meshes_overview_page "viewing created meshes" in
the VTK viewer;</li> the VTK viewer;</li>
<li>\subpage grouping_elements_page "creating groups of mesh elements";</li> <li>\subpage grouping_elements_page "creating groups of mesh elements";</li>