File tree Expand file tree Collapse file tree 5 files changed +258
-164
lines changed Expand file tree Collapse file tree 5 files changed +258
-164
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ version = "0.9.7"
6
6
[deps ]
7
7
ArgCheck = " dce04be8-c92d-5529-be00-80e4d2c0e197"
8
8
Atomix = " a9b6321e-bd34-4604-b9c9-b65b8de01458"
9
+ DiffEqCallbacks = " 459566f4-90b8-5000-8ac3-15dfb0a30def"
9
10
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
10
11
FastClosures = " 9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
11
12
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
@@ -48,6 +49,7 @@ Adapt = "4.0.4"
48
49
ArgCheck = " 2.3.0"
49
50
Atomix = " 1"
50
51
CUDA = " 5.5.2"
52
+ DiffEqCallbacks = " 4.2.2"
51
53
DocStringExtensions = " 0.9.3"
52
54
FastClosures = " 0.3.2"
53
55
ForwardDiff = " 0.10.36"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ using Printf: @sprintf
22
22
using Random: Random
23
23
using Static: Static, StaticInt
24
24
using SciMLBase: VectorContinuousCallback, CallbackSet
25
+ using DiffEqCallbacks: DiffEqCallbacks
25
26
26
27
@static if VERSION ≥ v " 1.11.0-0"
27
28
using Base: AnnotatedIOBuffer, AnnotatedString
@@ -77,6 +78,7 @@ include("metadata.jl")
77
78
78
79
export ComponentCondition, ComponentAffect
79
80
export ContinousComponentCallback, VectorContinousComponentCallback
81
+ export DiscreteComponentCallback, PresetTimeComponentCallback
80
82
export SymbolicView
81
83
include (" callbacks.jl" )
82
84
You can’t perform that action at this time.
0 commit comments