We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f71149 commit 0aa67f2Copy full SHA for 0aa67f2
1 file changed
test/runtests_singlevortexring.jl
@@ -69,7 +69,7 @@ for (description, integration, UJ, nc, formulation, viscous, SFS, test_error) in
69
transposed = true,
70
integration = integration,
71
UJ = UJ,
72
- fmm = vpm.FMM(; p=4, ncrit=50, theta=0.4, shrink_recenter=true),
+ fmm = vpm.FMM(; p=4, ncrit=50, theta=0.4, shrink_recenter=true, relative_tolerance=1e-3, absolute_tolerance=1e-3),
73
useGPU = test_using_GPU[]
74
)
75
0 commit comments