Salome HOME
bos #32738 [CEA] Scaled Jacobian quality mesh measure for volumetric elements.
authorcconopoima <cesar.conopoima@gmail.com>
Tue, 23 May 2023 19:47:39 +0000 (16:47 -0300)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 8 Aug 2023 11:35:47 +0000 (13:35 +0200)
commit9ac965c0e3635a98daef92d9b8c9721e4795286f
tree97f1186488e6c6288e9738e50b0542ec6f88889b
parente0552dbb7fcfd574db628a4e44b5e13fca6799f5
bos #32738 [CEA] Scaled Jacobian quality mesh measure for volumetric elements.

Erase non tracke files

Adding some comments on SMESH_Controls. Fixing compilation warning on SMDS_VolumeTool and add missing lines in interface files.

Add implemented tests to tests.set

Correction on SMESH_msg_fr and copyright msg of python test.
36 files changed:
doc/examples/filters_ex40.py [new file with mode: 0644]
doc/examples/quality_controls_ex24.py [new file with mode: 0644]
doc/examples/tests.set
doc/gui/images/scaled_jacobian.png [new file with mode: 0644]
doc/gui/images/scaled_jacobian_hexa.png [new file with mode: 0644]
doc/gui/images/scaled_jacobian_mesh_tetra.png [new file with mode: 0644]
doc/gui/images/scaled_jacobian_tetra.png [new file with mode: 0644]
doc/gui/input/about_quality_controls.rst
doc/gui/input/scaled_jacobian.rst [new file with mode: 0644]
doc/gui/input/tui_filters.rst
doc/gui/input/tui_quality_controls.rst
idl/SMESH_Filter.idl
resources/mesh_scaled_jacobian.png [new file with mode: 0644]
src/Controls/SMESH_Controls.cxx
src/Controls/SMESH_ControlsDef.hxx
src/OBJECT/SMESH_Actor.cxx
src/OBJECT/SMESH_Actor.h
src/SMDS/SMDS_VolumeTool.cxx
src/SMDS/SMDS_VolumeTool.hxx
src/SMESHGUI/SMESHGUI.cxx
src/SMESHGUI/SMESHGUI_FilterDlg.cxx
src/SMESHGUI/SMESHGUI_MeshInfo.cxx
src/SMESHGUI/SMESHGUI_Operations.h
src/SMESHGUI/SMESHGUI_Selection.cxx
src/SMESHGUI/SMESHGUI_SelectionProxy.cxx
src/SMESHGUI/SMESH_images.ts
src/SMESHGUI/SMESH_msg_en.ts
src/SMESHGUI/SMESH_msg_fr.ts
src/SMESHGUI/SMESH_msg_ja.ts
src/SMESH_I/SMESH_2smeshpy.cxx
src/SMESH_I/SMESH_Filter_i.cxx
src/SMESH_I/SMESH_Filter_i.hxx
src/SMESH_I/SMESH_PythonDump.cxx
src/SMESH_SWIG/smeshBuilder.py
test/SMESH_controls_scaled_jacobian.py [new file with mode: 0644]
test/tests.set