Skip to content

Commit

Permalink
increase nonlinear_max_iterations in test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Sep 27, 2024
1 parent 7fc417e commit 3068d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/test/kinetic_electron_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ kinetic_input["electron_timestepping"] = OptionsDict("nstep" => 5000000,
"converged_residual_value" => 1.0e-1,
)

kinetic_input["nonlinear_solver"] = OptionsDict("nonlinear_max_iterations" => 1000,
kinetic_input["nonlinear_solver"] = OptionsDict("nonlinear_max_iterations" => 2000,
"rtol" => 1.0e-8,
"atol" => 1.0e-14,
"linear_restart" => 5,
Expand Down

0 comments on commit 3068d65

Please sign in to comment.