Skip to content

Commit

Permalink
fix tols
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 23, 2023
1 parent 94b65e0 commit feb0039
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,8 @@ amr.refine.denerr.field_name = density

network.small_x = 1.e-10

integrator.atol_spec = 1.e-12
integrator.rtol_spec = 1.e-6
integrator.atol_spec = 1.e-10
integrator.rtol_enuc = 1.e-6
integrator.atol_enuc = 1.e-10

0 comments on commit feb0039

Please sign in to comment.