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)
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)


No differences found