We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1489354 commit bcc5a05Copy full SHA for bcc5a05
unit_test/test_react/inputs_nova
@@ -4,14 +4,17 @@ prefix = react_nova_
4
5
unit_test.small_dens = 1.0e0
6
7
-unit_test.dens_min = 1.e3
+unit_test.dens_min = 1.e2
8
unit_test.dens_max = 1.e4
9
unit_test.temp_min = 1.e7
10
unit_test.temp_max = 1.e8
11
12
-unit_test.tmax = 1.e-3
+unit_test.tmax = 1.e-4
13
14
unit_test.primary_species_1 = "hydrogen-1"
15
unit_test.primary_species_2 = "helium-4"
16
17
+integrator.atol_spec = 1.e-8
18
+integrator.rtol_spec = 1.e-5
19
+
20
0 commit comments