mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 08:39:16 +05:00
52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
/*!
|
|
|
|
\page quality_page About quality controls
|
|
|
|
\n <b>Mesh quality control</b> in MESH is destined for visual control of the generated mesh.
|
|
|
|
Application of a definite quality control consists of usage of the
|
|
corresponding algorithm, which calculates a value of a definite
|
|
geometric characteristic (Area, Length of edges, etc) for all meshing
|
|
elements, composing your mesh. Then all meshing elements are colored
|
|
according the calculated values. The reference between the coloring of
|
|
the meshing elements and these calculated values is shown with the
|
|
help of a scalar bar, which is displayed near the presentation of your
|
|
mesh.
|
|
|
|
There are 0D, 1D, 2D and 3D quality controls.
|
|
|
|
0D mesh quality controls:
|
|
<ul>
|
|
<li>\ref free_nodes_page "Free nodes"</li>
|
|
</ul>
|
|
|
|
1D mesh quality controls:
|
|
<ul>
|
|
<li>\subpage free_borders_page "Free borders"</li>
|
|
<li>\subpage borders_at_multi_connection_page "Borders at multi-connection"</li>
|
|
<li>\subpage length_page "Length"</li>
|
|
</ul>
|
|
|
|
2D mesh quality controls:
|
|
<ul>
|
|
<li>\subpage free_nodes_page "Free nodes"</li>
|
|
<li>\subpage free_edges_page "Free edges"</li>
|
|
<li>\subpage length_2d_page "Length 2D"</li>
|
|
<li>\subpage borders_at_multi_connection_2d_page "Borders at multi-connection 2D"</li>
|
|
<li>\subpage area_page "Area"</li>
|
|
<li>\subpage taper_page "Taper"</li>
|
|
<li>\subpage aspect_ratio_page "Aspect ratio"</li>
|
|
<li>\subpage minimum_angle_page "Minimum angle"</li>
|
|
<li>\subpage warping_page "Warping"</li>
|
|
<li>\subpage skew_page "Skew"</li>
|
|
</ul>
|
|
|
|
3D mesh quality controls:
|
|
<ul>
|
|
<li>\subpage aspect_ratio_3d_page "Aspect ratio 3D"</li>
|
|
<li>\subpage volume_page "Volume"</li>
|
|
<li>\subpage free_faces_page "Free faces"</li>
|
|
</ul>
|
|
|
|
*/
|