very fine extrusion has problems in tests...

This commit is contained in:
Christopher Lackner 2021-04-15 19:31:36 +02:00
parent 6e87ff6ea7
commit 21ef833bbd

View File

@ -67,6 +67,8 @@ def getMeshingparameters(filename):
return [standard[1]] # this gets too big for finer meshsizes return [standard[1]] # this gets too big for finer meshsizes
if filename in ("manyholes.geo", "frame.step"): if filename in ("manyholes.geo", "frame.step"):
return standard[:3] # this gets too big for finer meshsizes return standard[:3] # this gets too big for finer meshsizes
if filename == "extrusion.geo":
return standard[:-1]
if filename == "screw.step": if filename == "screw.step":
return standard[3:] # coarser meshes don't work here return standard[3:] # coarser meshes don't work here
if filename == "cylsphere.geo": if filename == "cylsphere.geo":