Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration/_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ MAX_TEMP real 1.0e11
react_boost real -1.e0

# maximum number of timesteps for the integrator
ode_max_steps int 150000
ode_max_steps int 25000

# maximum timestep for the integrator
ode_max_dt real 1.e30
Expand All @@ -67,7 +67,7 @@ nonaka_level int 0
nonaka_file string "nonaka_plot.dat"

# do we retry a failed burn with different parameters?
use_burn_retry bool 0
use_burn_retry bool 1

# do we swap the Jacobian (from analytic to numerical or vice versa) on
# a retry?
Expand Down
Loading