From: eap Date: Wed, 6 Nov 2019 12:07:12 +0000 (+0300) Subject: #17845 [EDF] Modifications of Automatic meshing X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Feap%2Fedf_improvements_2019;p=plugins%2Fblsurfplugin.git #17845 [EDF] Modifications of Automatic meshing activate "Use internal vertices of all faces" --- diff --git a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx index ef6a1bc..0cb9ad9 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx @@ -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 {