Skip to content

Commit

Permalink
also use OrdinaryDiffEqLowStorageRK where necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Dec 2, 2024
1 parent de43c35 commit c60c07e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions benchmark/Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
OrdinaryDiffEqLowStorageRK = "b0944070-b475-4768-8dec-fb6eb410534d"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
SummationByPartsOperators = "9f78cca6-572e-554e-b819-917d2f1cf240"

[compat]
BenchmarkTools = "1"
OrdinaryDiffEqLowStorageRK = "1"
OrdinaryDiffEqTsit5 = "1"
SummationByPartsOperators = "0.5.63"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# equations in standard and hyperbolic form
# [arXiv: 2408.02665](https://arxiv.org/abs/2408.02665)

using OrdinaryDiffEqTsit5
using OrdinaryDiffEqLowStorageRK
using DispersiveShallowWater

###############################################################################
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OrdinaryDiffEqTsit5
using OrdinaryDiffEqLowStorageRK
using DispersiveShallowWater

###############################################################################
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OrdinaryDiffEqTsit5
using OrdinaryDiffEqLowStorageRK
using DispersiveShallowWater

###############################################################################
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OrdinaryDiffEqTsit5
using OrdinaryDiffEqLowStorageRK
using DispersiveShallowWater
using SummationByPartsOperators: fourier_derivative_operator

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using OrdinaryDiffEqTsit5
using OrdinaryDiffEqLowStorageRK
using DispersiveShallowWater

###############################################################################
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
OrdinaryDiffEqLowStorageRK = "b0944070-b475-4768-8dec-fb6eb410534d"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand Down

0 comments on commit c60c07e

Please sign in to comment.