Salome HOME
Corrections for parallel smesh
authorYoann Audouin <yoann.audouin@edf.fr>
Mon, 24 Oct 2022 14:26:57 +0000 (16:26 +0200)
committerYoann Audouin <yoann.audouin@edf.fr>
Mon, 24 Oct 2022 14:26:57 +0000 (16:26 +0200)
commit1aecb09c15462724ab10751ef9348c24f2f134a9
treeb1365b9a9672940cb8f52c399999b4068099498d
parent92cbce71d361328b23d943ad87d52db9f5282c72
Corrections for parallel smesh

Was crashing one of the testbase NRT_GRIDS_SMESH_BUGS_08_I1.
Issue was that input info must be sorted to ensure the same number of
volumes in one process.
Also ensure that netgen::mparam parameters are all initialised.
src/NETGENPlugin/NETGENPlugin_Mesher.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D.hxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D_SA.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D_SA.hxx