def SetPhySize(self, theVal):

# Parameter of BLSURF algo
+        self.SetPhysicalMesh(1) #Custom - else why to set the size?
         self.Parameters().SetPhySize(theVal)
This commit is contained in:
eap 2009-11-18 12:00:38 +00:00
parent 30de27ee11
commit f1a5c6c46a

View File

@ -4158,6 +4158,7 @@ class Mesh_Triangle(Mesh_Algorithm):
# @ingroup l3_hypos_blsurf # @ingroup l3_hypos_blsurf
def SetPhySize(self, theVal): def SetPhySize(self, theVal):
# Parameter of BLSURF algo # Parameter of BLSURF algo
self.SetPhysicalMesh(1) #Custom - else why to set the size?
self.Parameters().SetPhySize(theVal) self.Parameters().SetPhySize(theVal)
## Sets lower boundary of mesh element size (PhySize). ## Sets lower boundary of mesh element size (PhySize).