From: cconopoima Date: Tue, 16 May 2023 12:35:15 +0000 (-0300) Subject: bos #32671 [EDF] avoid duplicated nodes on internal edge with quadratic elements. X-Git-Tag: V9_12_0a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fcce%2F32671;p=plugins%2Fnetgenplugin.git bos #32671 [EDF] avoid duplicated nodes on internal edge with quadratic elements. --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index 3021587..34cf316 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -3056,7 +3056,7 @@ bool NETGENPlugin_Mesher::Compute() // fill SMESH by netgen mesh vector< const SMDS_MeshNode* > tmpNodeVec; - FillSMesh( intOccgeo, *tmpNgMesh, initState, *_mesh, tmpNodeVec, comment ); + FillSMesh( intOccgeo, *tmpNgMesh, initState, *_mesh, tmpNodeVec, comment, &quadHelper ); err = ( err || !comment.empty() ); nglib::Ng_DeleteMesh((nglib::Ng_Mesh*)tmpNgMesh);