Skip to content

Commit

Permalink
Correct Link to published version for Euler Blob resource (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Jan 22, 2025
1 parent 6149104 commit 67a566c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/tree_2d_dgsem/elixir_euler_blob_amr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The blob test case taken from
"""
function initial_condition_blob(x, t, equations::CompressibleEulerEquations2D)
# blob test case, see Agertz et al. https://arxiv.org/pdf/astro-ph/0610051.pdf
# other reference: https://arxiv.org/pdf/astro-ph/0610051.pdf
# other reference: https://doi.org/10.1111/j.1365-2966.2007.12183.x
# change discontinuity to tanh
# typical domain is rectangular, we change it to a square
# resolution 128^2, 256^2
Expand Down
2 changes: 1 addition & 1 deletion examples/tree_2d_dgsem/elixir_euler_blob_mortar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The blob test case taken from
"""
function initial_condition_blob(x, t, equations::CompressibleEulerEquations2D)
# blob test case, see Agertz et al. https://arxiv.org/pdf/astro-ph/0610051.pdf
# other reference: https://arxiv.org/pdf/astro-ph/0610051.pdf
# other reference: https://doi.org/10.1111/j.1365-2966.2007.12183.x
# change discontinuity to tanh
# typical domain is rectangular, we change it to a square
# resolution 128^2, 256^2
Expand Down
2 changes: 1 addition & 1 deletion examples/tree_3d_dgsem/elixir_euler_blob_amr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The blob test case taken from
"""
function initial_condition_blob(x, t, equations::CompressibleEulerEquations3D)
# blob test case, see Agertz et al. https://arxiv.org/pdf/astro-ph/0610051.pdf
# other reference: https://arxiv.org/pdf/astro-ph/0610051.pdf
# other reference: https://doi.org/10.1111/j.1365-2966.2007.12183.x
# change discontinuity to tanh
# typical domain is rectangular, we change it to a square
# resolution 128^3, 256^3
Expand Down

0 comments on commit 67a566c

Please sign in to comment.