Salome HOME
bos #26453: SMESH: uniform refinement
authorjfa <jfa@opencascade.com>
Wed, 1 Dec 2021 16:12:39 +0000 (19:12 +0300)
committervsr <vsr@opencascade.com>
Mon, 17 Jan 2022 12:23:46 +0000 (15:23 +0300)
commite23a7cb81923e27e3b96ab97a90c325a703fef68
tree430ed4e42506e4f521f293552c3df0f4b4431940
parentf4ffdc72f1381ce1cacca10a96f75e588683524e
bos #26453: SMESH: uniform refinement
64 files changed:
doc/salome/examples/CMakeLists.txt
doc/salome/examples/test_homard_adapt.med [new file with mode: 0644]
doc/salome/examples/test_homard_adapt.py [new file with mode: 0644]
doc/salome/examples/test_uniform_refinement.py [new file with mode: 0644]
doc/salome/examples/tests.set
doc/salome/examples/tutorial_4.00.med [new file with mode: 0644]
doc/salome/examples/tutorial_4.xao [new file with mode: 0644]
doc/salome/examples/tutorial_5.00.med [new file with mode: 0644]
doc/salome/examples/tutorial_5.fr.med [new file with mode: 0644]
doc/salome/gui/SMESH/images/adaptation_with_homard_advanced.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/adaptation_with_homard_arguments.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/adaptation_with_homard_boundary_analytical.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/adaptation_with_homard_boundary_cao.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/adaptation_with_homard_boundary_discrete.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/adaptation_with_homard_boundary_groups.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_1.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_an_1.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_an_2.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_an_3.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_an_4.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_an_co_1.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_an_co_2.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_an_cy.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_an_sp.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_an_to.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_cao_1.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_cao_2.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_di_1.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_di_2.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/create_boundary_di_3.png [new file with mode: 0644]
doc/salome/gui/SMESH/input/adaptation.rst
doc/salome/gui/SMESH/input/homard_create_boundary.rst [new file with mode: 0644]
doc/salome/gui/SMESH/input/tui_adaptation.rst
idl/CMakeLists.txt
idl/SMESH_Gen.idl
idl/SMESH_Homard.idl [new file with mode: 0644]
resources/CMakeLists.txt
resources/adapt_homard.png [new file with mode: 0644]
src/SMESH/CMakeLists.txt
src/SMESH/SMESH_Homard.cxx [new file with mode: 0644]
src/SMESH/SMESH_Homard.hxx [new file with mode: 0644]
src/SMESHGUI/CMakeLists.txt
src/SMESHGUI/SMESHGUI.cxx
src/SMESHGUI/SMESHGUI_HomardAdaptDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_HomardAdaptDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_HomardBoundaryDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_HomardBoundaryDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_HomardListGroup.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_HomardListGroup.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_HomardUtils.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_HomardUtils.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Homard_msg_en.ts [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Homard_msg_fr.ts [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Homard_msg_ja.ts [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Operations.h
src/SMESHGUI/SMESH_images.ts
src/SMESHGUI/SMESH_msg_en.ts
src/SMESHGUI/SMESH_msg_fr.ts
src/SMESH_I/CMakeLists.txt
src/SMESH_I/MG_ADAPT_i.cxx
src/SMESH_I/SMESH_2smeshpy.cxx
src/SMESH_I/SMESH_Gen_i.hxx
src/SMESH_I/SMESH_Homard_i.cxx [new file with mode: 0644]
src/SMESH_I/SMESH_Homard_i.hxx [new file with mode: 0644]