Salome HOME
Improve projection of dual mesh nodes: V9_10_BR V9_10_0 V9_10_0rc1
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Mon, 14 Nov 2022 12:59:56 +0000 (13:59 +0100)
committerjfa <jfa@opencascade.com>
Tue, 22 Nov 2022 13:10:22 +0000 (16:10 +0300)
commit2653bcf37414d5a96c98ced7bb14b9b792422ca5
tree7e9f885f38a5a802e86f0743f162d7d84c9c4771
parent3394d5fce125d280f37ccdea6ad5fe38153d271c
Improve projection of dual mesh nodes:
- first project nodes on edges, then project on faces
- keep the relation from the sub-shapes to the mesh by groups
Also:
- Code cleaning in dual mesh
- Remove tmp folder of dual mesh
- Fix for Windows (thanks to Nabil)
src/SMESH_I/SMESH_Gen_i.cxx
src/SMESH_SWIG/smeshBuilder.py
src/SMESH_SWIG/smesh_tools.py
test/SMESH_create_dual_mesh_adapt.py
test/SMESH_create_dual_mesh_tpipe.py