We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89bbf74 + 4c55c80 commit 4991de9Copy full SHA for 4991de9
1 file changed
tests/test_kpar_fast.in
@@ -40,11 +40,11 @@ Bessel_zero = 1.d-50
40
!Select Kind of Secant Search
41
secant_method=2
42
!Maximum number of iterations in secant method
43
-numiter = 500
+numiter = 50
44
!Choice of kperp dp normalization
45
kperp_norm=.true.
46
!Value of "zero" for secant method
47
-D_threshold = 1.d-30
+D_threshold = 1.d-15
48
!Size of bounding region for secant method
49
D_prec = 1.d-5
50
!Size of allowable gap between solutions
0 commit comments