Salome HOME
[EDF] (2022-T3) Creation of 3D mesh with GMSH based on 2D mesh created with another... CR32524 CR32524_master 1/head 3/head
authorakondrat <alexey.kondratyev@opencascade.com>
Mon, 12 Dec 2022 04:55:44 +0000 (04:55 +0000)
committerasozinov <alexey.sozinov@opencascade.com>
Thu, 11 May 2023 11:30:36 +0000 (12:30 +0100)
commit1798caf0e3ecf3e44ff173ccad53f272368cdc07
tree0236e1541bcec69fb609871dedf4a2582020552d
parent5a9b48790f691946cb9c45d476250ae11e7306dd
[EDF] (2022-T3) Creation of 3D mesh with GMSH based on 2D mesh created with another algorithm
23 files changed:
idl/GMSHPlugin_Algorithm.idl
resources/GMSHPlugin.xml
src/GMSHPlugin/CMakeLists.txt
src/GMSHPlugin/GMSHPluginBuilder.py
src/GMSHPlugin/GMSHPlugin_GMSH.cxx
src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx
src/GMSHPlugin/GMSHPlugin_GMSH_3D.cxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_GMSH_3D.hxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_GMSH_3D_i.cxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_GMSH_3D_i.hxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_3D.cxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_3D.hxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_i.cxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_i.hxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_Mesher.cxx
src/GMSHPlugin/GMSHPlugin_Mesher.hxx
src/GMSHPlugin/GMSHPlugin_i.cxx
src/GUI/GMSHPluginGUI_HypothesisCreator.cxx
src/GUI/GMSHPluginGUI_HypothesisCreator.h
tests/gmsh_compound_mesh_1d_2d_3d.py [new file with mode: 0644]
tests/gmsh_compound_mesh_3d.py
tests/gmsh_mesh_3d.py [new file with mode: 0644]
tests/tests.set