Skip to content

Commit

Permalink
Merge branch 'main' into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert authored Jan 22, 2025
2 parents 3de1657 + 67a566c commit ba19502
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 ba19502

Please sign in to comment.