bos #32671 [EDF] avoid duplicated nodes on internal edge with quadratic elements.

This commit is contained in:
cconopoima 2023-05-16 09:35:15 -03:00
parent 8c9a6bc255
commit 7beb24df6b

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