smesh/doc/salome/gui/SMESH/input/taper.rst

30 lines
757 B
ReStructuredText
Raw Normal View History

2017-12-08 19:09:48 +05:00
.. _taper_page:
*****
Taper
*****
**Taper** mesh quality criterion represents the ratio of the areas
of two triangles separated by a diagonal within a quadrilateral face.
::
**JA = 0.25 * (A1 + A2 + A3 + A4)**
**TAPER = MAX(|A1/JA - 1|, |A2/JA - 1|, |A3/JA - 1|, |A4/JA - 1|)**
2018-05-25 22:04:48 +05:00
*To apply the Taper quality criterion to your mesh:*
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
.. |img| image:: ../images/image36.png
2017-12-08 19:09:48 +05:00
#. Display your mesh in the viewer.
2018-05-25 22:04:48 +05:00
#. Choose **Controls > Face Controls > Taper** or click *"Taper"* button |img| in the toolbar.
2017-12-08 19:09:48 +05:00
2018-05-25 22:04:48 +05:00
Your mesh will be displayed in the viewer with its elements colored according to the applied mesh quality control criterion:
2017-12-08 19:09:48 +05:00
.. image:: ../images/image90.jpg
:align: center
2018-05-25 22:04:48 +05:00
**See Also** a sample TUI Script of a :ref:`tui_taper` filter.
2017-12-08 19:09:48 +05:00