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

45 lines
1.8 KiB
Plaintext
Raw Normal View History

/*!
2009-02-17 10:27:49 +05:00
\mainpage Introduction to MESH
2009-02-17 10:27:49 +05:00
\image html a-viewgeneral.png
\n \b Mesh module of SALOME is destined for:
2009-02-17 10:27:49 +05:00
<ul>
<li>\subpage about_meshes_page "creating meshes" in different ways:
- by meshing geometrical models previously created or imported by the
Geometry component;
- bottom-up, using \ref modifying_meshes_page "mesh edition"
operations, especially \ref extrusion_page "extrusion" and \ref
revolution_page "revolution";
- by generation of the 3D mesh from the 2D mesh (the latter can be
either \ref importing_exporting_meshes_page "imported" or manually
created);
</li>
<li>\ref importing_exporting_meshes_page "import and export of meshes in various formats";</li>
<li>\subpage modifying_meshes_page "modifying meshes" with a vast
array of dedicated operations;</li>
2009-02-17 10:27:49 +05:00
<li>\subpage grouping_elements_page "creating groups of mesh elements";</li>
<li>filtering mesh entities (nodes or elements) using
\subpage filters_page "Filters" functionality for \ref
grouping_elements_page "creating groups" and applying \ref
modifying_meshes_page "mesh modifications";</li>
<li>\subpage viewing_meshes_overview_page "viewing meshes" in
the VTK viewer;</li>
2012-08-09 16:03:55 +06:00
<li>applying to meshes \subpage quality_page "Quality Controls",
allowing to highlight important elements;
2013-12-18 21:08:18 +06:00
<li>various \subpage measurements_page "measurements" of the mesh objects.
</ul>
When setting parameters of operations, it is possible to use the variables predefined in
2013-12-18 21:08:18 +06:00
\subpage using_notebook_mesh_page "Salome notebook".
2012-08-09 16:03:55 +06:00
Mesh module preferences are described in the \subpage mesh_preferences_page section of SALOME Mesh Help.
2009-02-17 10:27:49 +05:00
Almost all mesh module functionalities are accessible via
\subpage smeshpy_interface_page "Mesh module Python interface".
\image html image7.jpg "Example of MESH module usage for engineering tasks"
*/