Skip to content

Commit

Permalink
Merge pull request #75 from SciML/myb/fsense
Browse files Browse the repository at this point in the history
Remove ODEForwardSensitivityFunction
  • Loading branch information
ChrisRackauckas authored Jul 4, 2021
2 parents f3069b2 + 05a062e commit 537dad0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SciMLBase"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
authors = ["Chris Rackauckas <[email protected]> and contributors"]
version = "1.15.0"
version = "1.16.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
26 changes: 0 additions & 26 deletions src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,6 @@ struct ODEFunction{iip,F,TMM,Ta,Tt,TJ,JVP,VJP,JP,SP,TW,TWt,TPJ,S,S2,O,TCV} <: Ab
colorvec::TCV
end

# Constructors are defined in DiffEqSensitivity
struct ODEForwardSensitivityFunction{iip,F,A,Tt,J,JP,S,PJ,TW,TWt,UF,PF,JC,PJC,Alg,fc,JM,pJM,MM,CV} <: AbstractODEFunction{iip}
f::F
analytic::A
tgrad::Tt
jac::J
jac_prototype::JP
sparsity::S
paramjac::PJ
Wfact::TW
Wfact_t::TWt
uf::UF
pf::PF
J::JM
pJ::pJM
jac_config::JC
paramjac_config::PJC
alg::Alg
numparams::Int
numindvar::Int
f_cache::fc
mass_matrix::MM
isautojacvec::Bool
colorvec::CV
end

"""
$(TYPEDEF)
"""
Expand Down

0 comments on commit 537dad0

Please sign in to comment.