Skip to content

Commit

Permalink
Longer times to allow converage to hit coarsen!
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Sep 20, 2023
1 parent d1b8316 commit 8df117b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/tree_3d_dgsem/elixir_advection_diffusion_amr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ semi = SemidiscretizationHyperbolicParabolic(mesh,
###############################################################################
# ODE solvers, callbacks etc.

tspan = (0.0, 0.1)
tspan = (0.0, 0.2)
ode = semidiscretize(semi, tspan)

summary_callback = SummaryCallback()
Expand Down
4 changes: 2 additions & 2 deletions test/test_parabolic_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ isdir(outdir) && rm(outdir, recursive=true)

@trixi_testset "TreeMesh3D: elixir_advection_diffusion_amr.jl" begin
@test_trixi_include(joinpath(examples_dir(), "tree_3d_dgsem", "elixir_advection_diffusion_amr.jl"),
l2 = [0.0001791112986201992],
linf = [0.0007775704284449514]
l2 = [0.000355780485397024],
linf = [0.0010810770271614256]
)
end
end
Expand Down

0 comments on commit 8df117b

Please sign in to comment.