mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
skip very fine cylinder.geo test (inconsistent results)
This commit is contained in:
parent
76c224c366
commit
231b7af795
@ -72,6 +72,8 @@ def getMeshingparameters(filename):
|
||||
return standard[:-1]
|
||||
if filename == "screw.step":
|
||||
return standard[3:] # coarser meshes don't work here
|
||||
if filename == "cylinder.geo":
|
||||
return standard[0:-1] # very fine gives inconsistent reults
|
||||
if filename == "cylsphere.geo":
|
||||
return standard[0:2] + standard[3:] # coarse gives inconsistent reults (other mesh on MacOS)
|
||||
if filename == "part1.stl":
|
||||
|
Loading…
Reference in New Issue
Block a user