AMReX-Astro / Microphysics

common astrophysical microphysics routines with interfaces for the different AMReX codes
https://amrex-astro.github.io/Microphysics
Other
35 stars 35 forks source link

change how the retry tolerances work #1573

Closed zingale closed 5 months ago

zingale commented 5 months ago

they now default to -1, in which case the original (non-retry) tolerance will be used. This makes it easier for a user to use the retry mechanism without having to remember to explicitly set all of the tolerances

zingale commented 5 months ago

closes #1555