Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LibTrixi.jl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
MPI = "0.20.13"
Pkg = "1.8"
SciMLBase = "2.33.0, 3"
Trixi = "0.16.10"
Trixi = "0.17"
julia = "1.8"
2 changes: 1 addition & 1 deletion LibTrixi.jl/examples/libelixir_tree1d_advection_basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function init_simstate()
# Create a uniformly refined mesh with periodic boundaries
mesh = TreeMesh(coordinates_min, coordinates_max,
initial_refinement_level = 4,
n_cells_max = 30_000, periodicity = true)
periodicity = true)

# A semidiscretization collects data structures and functions for the spatial discretization
semi = SemidiscretizationHyperbolic(mesh, equations,
Expand Down
2 changes: 1 addition & 1 deletion LibTrixi.jl/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"

[compat]
OrdinaryDiffEqLowStorageRK = "1.2, 2, 3"
Trixi = "0.16.10"
Trixi = "0.17"
Loading