mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 12:50:34 +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]
|
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 == "cylinder.geo":
|
||||||
|
return standard[0:-1] # very fine gives inconsistent reults
|
||||||
if filename == "cylsphere.geo":
|
if filename == "cylsphere.geo":
|
||||||
return standard[0:2] + standard[3:] # coarse gives inconsistent reults (other mesh on MacOS)
|
return standard[0:2] + standard[3:] # coarse gives inconsistent reults (other mesh on MacOS)
|
||||||
if filename == "part1.stl":
|
if filename == "part1.stl":
|
||||||
|
Loading…
Reference in New Issue
Block a user