From 092abc1f0231db8b32c7471398f11e031706b6f6 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 6 Nov 2019 15:07:12 +0300 Subject: [PATCH] #17845 [EDF] Modifications of Automatic meshing activate "Use internal vertices of all faces" --- src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.39.2