diff --git a/examples/tree_2d_dgsem/elixir_euler_blob_amr.jl b/examples/tree_2d_dgsem/elixir_euler_blob_amr.jl index ac2d6b6788..aa59986b61 100644 --- a/examples/tree_2d_dgsem/elixir_euler_blob_amr.jl +++ b/examples/tree_2d_dgsem/elixir_euler_blob_amr.jl @@ -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 diff --git a/examples/tree_2d_dgsem/elixir_euler_blob_mortar.jl b/examples/tree_2d_dgsem/elixir_euler_blob_mortar.jl index 3c008b0c92..d624363e16 100644 --- a/examples/tree_2d_dgsem/elixir_euler_blob_mortar.jl +++ b/examples/tree_2d_dgsem/elixir_euler_blob_mortar.jl @@ -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 diff --git a/examples/tree_3d_dgsem/elixir_euler_blob_amr.jl b/examples/tree_3d_dgsem/elixir_euler_blob_amr.jl index 2a2f832728..0097197669 100644 --- a/examples/tree_3d_dgsem/elixir_euler_blob_amr.jl +++ b/examples/tree_3d_dgsem/elixir_euler_blob_amr.jl @@ -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