]> SALOME platform Git repositories - plugins/blsurfplugin.git/blobdiff - src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx
Salome HOME
#17845 [EDF] Modifications of Automatic meshing
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_Hypothesis.cxx
index ef6a1bc79e61c4189048356380510a9b141ff4f5..0cb9ad9411eeef8d1ed8edb04044a0da1452f966 100644 (file)
@@ -3583,6 +3583,8 @@ bool BLSURFPlugin_Hypothesis::SetParametersByDefaults(const TDefaults&  dflts,
     _maxSize      = dflts._elemLength * 2.;
     _chordalError = dflts._elemLength / 2.;
     _elementType  = dflts._quadDominated ? Quadrangles : Triangles;
+    _physicalMesh = PhysicalLocalSize; // to activate _enforcedInternalVerticesAllFaces
+    _enforcedInternalVerticesAllFaces = true;
   }
   else
   {