IPAL54379: NETGEN crashes SALOME if all faces belong to a sub-mesh
This commit is contained in:
parent
a4a095ed06
commit
77db9b7bed
@ -3042,8 +3042,9 @@ bool NETGENPlugin_Mesher::Compute()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Build viscous layers
|
// Build viscous layers
|
||||||
if ( _isViscousLayers2D ||
|
if (( _isViscousLayers2D ) ||
|
||||||
StdMeshers_ViscousLayers2D::HasProxyMesh( TopoDS::Face( occgeo.fmap(1) ), *_mesh ))
|
( !occgeo.fmap.IsEmpty() &&
|
||||||
|
StdMeshers_ViscousLayers2D::HasProxyMesh( TopoDS::Face( occgeo.fmap(1) ), *_mesh )))
|
||||||
{
|
{
|
||||||
if ( !internals.hasInternalVertexInFace() ) {
|
if ( !internals.hasInternalVertexInFace() ) {
|
||||||
FillSMesh( occgeo, *_ngMesh, initState, *_mesh, nodeVec, comment );
|
FillSMesh( occgeo, *_ngMesh, initState, *_mesh, nodeVec, comment );
|
||||||
|
Loading…
Reference in New Issue
Block a user