Salome HOME
[bos #38046] [EDF] (2023-T3) Stand alone and Remote versions for GMSH meshers.
authorcconopoima <cesar.conopoima@gmail.com>
Tue, 7 Nov 2023 20:16:03 +0000 (20:16 +0000)
committercesarconopoima <cesar.conopoima@opencascade.com>
Thu, 18 Jan 2024 10:37:48 +0000 (10:37 +0000)
commit84f6ecdcf3dcf7a1c5c9e3a756983213055da213
treedd55d29fe5166b9f35d9528707ed5407e6eef64f
parentba5ebedaed2815e980036162c67a50518459b94f
[bos #38046] [EDF] (2023-T3) Stand alone and Remote versions for GMSH meshers.

Get created elements and nodes to write to binary file.

Remote version. Fill premeshed faces considering element orientation. Dumping created volumetric elements considering new nodes and old nodes from faces.

Intermermedial commit.

Code clean up.

Final tested version of GMSH_3D_Remote mesher.
15 files changed:
idl/GMSHPlugin_Algorithm.idl
src/GMSHPlugin/CMakeLists.txt
src/GMSHPlugin/GMSHPluginBuilder.py
src/GMSHPlugin/GMSHPlugin_GMSH_3D.cxx
src/GMSHPlugin/GMSHPlugin_GMSH_3D.hxx
src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.cxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.hxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.cxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.hxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.cxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.hxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_Mesher.cxx
src/GMSHPlugin/GMSHPlugin_Mesher.hxx
src/GMSHPlugin/GMSHPlugin_Runner_main.cxx [new file with mode: 0644]
src/GMSHPlugin/GMSHPlugin_i.cxx