mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
Remove one test case with inconsistent results
This commit is contained in:
parent
0f26e41f4d
commit
7c96e22a60
@ -454,13 +454,6 @@
|
|||||||
"quality_histogram": "[0, 0, 0, 16, 20, 29, 22, 22, 6, 8, 6, 14, 5, 13, 14, 25, 18, 13, 11, 0]",
|
"quality_histogram": "[0, 0, 0, 16, 20, 29, 22, 22, 6, 8, 6, 14, 5, 13, 14, 25, 18, 13, 11, 0]",
|
||||||
"total_badness": 604.89450225
|
"total_badness": 604.89450225
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"ne1d": 72,
|
|
||||||
"ne2d": 324,
|
|
||||||
"ne3d": 643,
|
|
||||||
"quality_histogram": "[0, 0, 4, 8, 20, 32, 45, 67, 71, 66, 52, 48, 47, 47, 28, 28, 43, 21, 11, 5]",
|
|
||||||
"total_badness": 1398.9137975
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"ne1d": 104,
|
"ne1d": 104,
|
||||||
"ne2d": 496,
|
"ne2d": 496,
|
||||||
|
@ -58,6 +58,8 @@ def getMeshingparameters(filename):
|
|||||||
return standard[:3] # this gets too big for finer meshsizes
|
return standard[:3] # this gets too big for finer meshsizes
|
||||||
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":
|
||||||
|
return standard[0:2] + standard[3:] # coarse gives inconsistent reults (other mesh on MacOS)
|
||||||
if filename == "part1.stl":
|
if filename == "part1.stl":
|
||||||
return standard[0:1] + standard[2:] # very coarse does not work
|
return standard[0:1] + standard[2:] # very coarse does not work
|
||||||
return standard
|
return standard
|
||||||
|
Loading…
Reference in New Issue
Block a user