Skip to content

Commit 101b66c

Browse files
fixup! fixup! feat: support parameter updates in initialize_dae!
1 parent 7f311e2 commit 101b66c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "6.87.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
8-
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
98
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
109
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
1110
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -77,7 +76,6 @@ TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
7776

7877
[compat]
7978
ADTypes = "0.2, 1"
80-
Accessors = "0.1.36"
8179
Adapt = "3.0, 4"
8280
ArrayInterface = "7"
8381
DataStructures = "0.18"

lib/OrdinaryDiffEqNonlinearSolve/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "1.1.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
8+
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
89
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
910
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
1011
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
@@ -26,6 +27,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2627

2728
[compat]
2829
ADTypes = "1.7.1"
30+
Accessors = "0.1.36"
2931
ArrayInterface = "7.15.0"
3032
DiffEqBase = "6.152.2"
3133
DiffEqDevTools = "2.44.4"

lib/OrdinaryDiffEqNonlinearSolve/src/OrdinaryDiffEqNonlinearSolve.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ using LinearSolve: I, rmul!, norm, mul!, ldiv!
2323
using RecursiveArrayTools: recursivecopy!
2424
import SciMLStructures: canonicalize, Tunable, isscimlstructure
2525
import OrdinaryDiffEqCore
26+
import Accessors: @reset
2627

2728
import SciMLOperators: islinear
2829
import OrdinaryDiffEqCore: nlsolve_f, set_new_W!, set_W_γdt!

0 commit comments

Comments
 (0)