Skip to content

Commit 121276b

Browse files
Update examples/tree_1d_dgsem/elixir_advection_diffusion_implicit_sparse_jacobian.jl
1 parent 49a35e8 commit 121276b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/tree_1d_dgsem/elixir_advection_diffusion_implicit_sparse_jacobian.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,7 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback, sav
119119
###############################################################################
120120
### solve the ODE problem ###
121121

122-
time_int_tol = 1.0e-9
123-
time_abs_tol = 1.0e-9
124-
125122
sol = solve(ode_jac_sparse, SBDF2(; autodiff = AutoFiniteDiff());
126123
dt = 0.01, save_everystep = false,
127-
abstol = time_abs_tol, reltol = time_int_tol,
124+
abstol = 1e-9, reltol = 1e-9,
128125
ode_default_options()..., callback = callbacks)

0 commit comments

Comments
 (0)