Salome HOME
53057: NETGEN-1D2D3D issues "Ignored" warning for faces of a sub-mesh
authoreap <eap@opencascade.com>
Tue, 15 Mar 2016 12:59:11 +0000 (15:59 +0300)
committereap <eap@opencascade.com>
Tue, 15 Mar 2016 12:59:11 +0000 (15:59 +0300)
commitd45cd9ae88f00b0d4cc3e6746c32a8c16f2fcc71
tree4a156cfc891bc7bb83dfef31c1d56738eaea14b7
parent77ab84920942791849f9fdbd567da6701acfca7f
53057: NETGEN-1D2D3D issues "Ignored" warning for faces of a sub-mesh

This case also reveals the following bugs:

1) SMESH_MesherHelper::IsReversedSubMesh() incorrectly works on
 a coarsely meshed disk

2) Addition of NETGEN-1D2D3D removes already computed faces of a
  sub-mesh on a group of FACEs (SMESH_subMesh::cleanDependsOn())

3) Volumes are shown, instead of faces, when displaying a sub-mesh on
  a SOLID with only a 2D algo assigned to the sub-mesh (SMESH_subMesh_i.cxx)
src/SMESH/SMESH_MesherHelper.cxx
src/SMESH/SMESH_subMesh.cxx
src/SMESH_I/SMESH_subMesh_i.cxx