File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -275,9 +275,11 @@ constraint on the intermediate states during the integration.
275275 The default is ``1.e-30 ``.
276276
277277* ``integrator.do_species_clip `` : this enforces that the mass fractions
278- all in $[\m athtt{SMALL\_ X\_ SAFE}, 1.0]$.
278+ all in $[\m athtt{SMALL\_ X\_ SAFE}, 1.0]$ before calling the network righthand
279+ side function.
279280
280- This is enabled by default.
281+ This is off by default. Turning this on can sometimes make the integrator
282+ work a lot harder.
281283
282284
283285
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ retry_atol_enuc real -1
9191
9292# in the clean_state process, do we clip the species such that they
9393# are in [0, 1]?
94- do_species_clip bool 1
94+ do_species_clip bool 0
9595
9696# flag for turning on the use of number densities for all species
9797use_number_densities bool 0
You can’t perform that action at this time.
0 commit comments