Skip to content

Commit

Permalink
relax residual tolerance with relaxation
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Oct 19, 2023
1 parent 6a593b7 commit fa043f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arkode/arkode_relaxation_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* ---------------------------------------------------------------------------*/

#define ARK_RELAX_DEFAULT_MAX_FAILS 10
#define ARK_RELAX_DEFAULT_RES_TOL (4 * SUN_UNIT_ROUNDOFF)
#define ARK_RELAX_DEFAULT_RES_TOL (10 * SUN_UNIT_ROUNDOFF)
#define ARK_RELAX_DEFAULT_REL_TOL (4 * SUN_UNIT_ROUNDOFF)
#define ARK_RELAX_DEFAULT_ABS_TOL SUN_RCONST(1.0e-14)
#define ARK_RELAX_DEFAULT_MAX_ITERS 10
Expand Down

0 comments on commit fa043f9

Please sign in to comment.