Skip to content

Commit 7116a4a

Browse files
Updates
1 parent 1b1f835 commit 7116a4a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

benchmarks/DynamicalODE/Henon-Heiles_energy_conservation_benchmark.jmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ In order to separate these two, we will use `iip` for the in-place names and `oo
1818
```julia
1919
using OrdinaryDiffEq, Plots, DiffEqCallbacks
2020
using SciMLBenchmarks
21+
using ADTypes
2122
using TaylorIntegration, LinearAlgebra, StaticArrays
2223
gr(fmt=:png)
2324
default(fmt=:png)

benchmarks/DynamicalODE/Manifest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.5"
44
manifest_format = "2.0"
5-
project_hash = "e67a8d7bb1a3096ad00f4b464f1ec3e72cb94241"
5+
project_hash = "3af73c1ea86b11c536c68ead557ce2fffab5a124"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "eea5d80188827b35333801ef97a40c2ed653b081"
@@ -967,9 +967,9 @@ version = "0.6.0"
967967

968968
[[deps.Krylov]]
969969
deps = ["LinearAlgebra", "Printf", "SparseArrays"]
970-
git-tree-sha1 = "71dd823bf0a5aaa8264e1143b96a0baa631f4ce0"
970+
git-tree-sha1 = "4f20a2df85a9e5d55c9e84634bbf808ed038cabd"
971971
uuid = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
972-
version = "0.9.7"
972+
version = "0.9.8"
973973

974974
[[deps.LAME_jll]]
975975
deps = ["Artifacts", "JLLWrappers", "Libdl"]

benchmarks/DynamicalODE/Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
23
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
34
DiffEqPhysics = "055956cb-9e8b-5191-98cc-73ae4a59e68a"
45
Elliptic = "b305315f-e792-5b7a-8f41-49f472929428"
@@ -22,4 +23,5 @@ Plots = "2.0.0, 1"
2223
SciMLBenchmarks = "0.1.3"
2324
StaticArrays = "1.9.7"
2425
Statistics = "1.11.1"
25-
TaylorIntegration = "0.16.1"
26+
TaylorIntegration = "0.16.1"
27+
ADTypes = "1.9.0"

benchmarks/DynamicalODE/Quadrupole_boson_Hamiltonian_energy_conservation_benchmark.jmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The aim of this benchmark is to see what happens with the energy error when high
1313
```julia
1414
using OrdinaryDiffEq, Plots, DiffEqCallbacks, LinearAlgebra
1515
using TaylorIntegration
16+
using ADTypes
1617
using ParameterizedFunctions
1718
using StaticArrays
1819
gr()

0 commit comments

Comments
 (0)