Salome HOME
[bos #38045][bos #38046] New SA versions of NETGEN and GMSH.
authorcconopoima <cesar.conopoima@gmail.com>
Tue, 31 Oct 2023 06:45:26 +0000 (06:45 +0000)
committercesarconopoima <cesar.conopoima@opencascade.com>
Thu, 18 Jan 2024 10:27:15 +0000 (10:27 +0000)
commita33b1ed60ee2ef17a8bb2bd0d58d1b7fffbbc8d5
treeb3f2061d1d86e6a33848470dc1bf58fb22ecc6d5
parentd2955ae6fb075ec5a396154cdde519bbc9d94421
[bos #38045][bos #38046] New SA versions of NETGEN and GMSH.

Add netgen_runner_test for 1D2D3D

add test for gmsh_runner

Improve test for netgen and gmsh. Add new versions in option mesher_launcher.py

Add test for Netgen2D SA version.

Test for Netgen 2D SA version.

Code cleanup.

Adapt mesher_launcher and add creating_parallel_gmsh_mesh.py test for Remote version of 3D GMSH.

test for parallel mesh for 2D using new netgen SA/Remote version. Add the possibility to export Mesh1D.med in SMESH_Gen.cxx at method parallelComputeSubMeshes. Modify the constructor of ParallelMesh class in smeshBuilder to handle 2D meshing in parallel.
doc/examples/creating_parallel_2D_mesh.py [new file with mode: 0644]
doc/examples/creating_parallel_gmsh_mesh.py [new file with mode: 0644]
doc/examples/tests.set
src/SMESH/SMESH_Gen.cxx
src/SMESH_SWIG/mesher_launcher.py
src/SMESH_SWIG/smeshBuilder.py
test/gmsh_runner.py [new file with mode: 0644]
test/netgen_runner.py
test/netgen_runner_1D2D3D.py [new file with mode: 0644]
test/netgen_runner_2D.py [new file with mode: 0644]
test/tests.set