Skip to content

Commit 537dad0

Browse files
Merge pull request #75 from SciML/myb/fsense
Remove ODEForwardSensitivityFunction
2 parents f3069b2 + 05a062e commit 537dad0

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLBase"
22
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
33
authors = ["Chris Rackauckas <[email protected]> and contributors"]
4-
version = "1.15.0"
4+
version = "1.16.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/scimlfunctions.jl

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -50,32 +50,6 @@ struct ODEFunction{iip,F,TMM,Ta,Tt,TJ,JVP,VJP,JP,SP,TW,TWt,TPJ,S,S2,O,TCV} <: Ab
5050
colorvec::TCV
5151
end
5252

53-
# Constructors are defined in DiffEqSensitivity
54-
struct ODEForwardSensitivityFunction{iip,F,A,Tt,J,JP,S,PJ,TW,TWt,UF,PF,JC,PJC,Alg,fc,JM,pJM,MM,CV} <: AbstractODEFunction{iip}
55-
f::F
56-
analytic::A
57-
tgrad::Tt
58-
jac::J
59-
jac_prototype::JP
60-
sparsity::S
61-
paramjac::PJ
62-
Wfact::TW
63-
Wfact_t::TWt
64-
uf::UF
65-
pf::PF
66-
J::JM
67-
pJ::pJM
68-
jac_config::JC
69-
paramjac_config::PJC
70-
alg::Alg
71-
numparams::Int
72-
numindvar::Int
73-
f_cache::fc
74-
mass_matrix::MM
75-
isautojacvec::Bool
76-
colorvec::CV
77-
end
78-
7953
"""
8054
$(TYPEDEF)
8155
"""

0 commit comments

Comments
 (0)