Salome HOME
bos #32671 [EDF] avoid duplicated nodes on internal edge with quadratic elements. cce/32671 3/head
authorcconopoima <cesar.conopoima@gmail.com>
Tue, 16 May 2023 12:35:15 +0000 (09:35 -0300)
committercconopoima <cesar.conopoima@gmail.com>
Fri, 21 Jul 2023 14:36:43 +0000 (11:36 -0300)
src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index 30215872ec357aa8e398d2274ea4f70f8af54eef..34cf316240adaa34f040405fa7a8c43d07b48cbe 100644 (file)
@@ -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);