Salome HOME
Implement bos #26453: [EDF] (2021) SMESH: uniform refinement
authorjfa <jfa@opencascade.com>
Wed, 1 Dec 2021 16:12:39 +0000 (19:12 +0300)
committerjfa <jfa@opencascade.com>
Wed, 1 Dec 2021 16:12:39 +0000 (19:12 +0300)
commitb33bc07ec283e49acd5e9b162229a60d800db01d
tree7be9ef7d48ad9be1b8235250e2c329d0a2912397
parent5254ada6efb07cb0b805fcc25f3d3f6982bda6f1
Implement bos #26453: [EDF] (2021) SMESH: uniform refinement
28 files changed:
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/HOMARD_msg_en.ts [new file with mode: 0644]
src/SMESHGUI/HOMARD_msg_fr.ts [new file with mode: 0644]
src/SMESHGUI/HOMARD_msg_ja.ts [new file with mode: 0644]
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_Operations.h
src/SMESHGUI/SMESH_images.ts
src/SMESHGUI/SMESH_msg_en.ts
src/SMESH_I/CMakeLists.txt
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]