forked from SciML/OrdinaryDiffEq.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Shreyas-Ekanathan/upstream
Upstream
- Loading branch information
Showing
64 changed files
with
828 additions
and
786 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "OrdinaryDiffEq" | ||
uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" | ||
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"] | ||
version = "6.87.0" | ||
version = "6.88.1" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
@@ -98,19 +98,33 @@ MacroTools = "0.5" | |
MuladdMacro = "0.2.1" | ||
NonlinearSolve = "3" | ||
OrdinaryDiffEqAdamsBashforthMoulton = "1" | ||
OrdinaryDiffEqBDF = "1" | ||
OrdinaryDiffEqCore = "1" | ||
OrdinaryDiffEqDefault = "1" | ||
OrdinaryDiffEqDifferentiation = "1" | ||
OrdinaryDiffEqExplicitRK = "1" | ||
OrdinaryDiffEqExponentialRK = "1" | ||
OrdinaryDiffEqExtrapolation = "1" | ||
OrdinaryDiffEqFIRK = "1" | ||
OrdinaryDiffEqFeagin = "1" | ||
OrdinaryDiffEqFunctionMap = "1" | ||
OrdinaryDiffEqHighOrderRK = "1" | ||
OrdinaryDiffEqIMEXMultistep = "1" | ||
OrdinaryDiffEqLinear = "1" | ||
OrdinaryDiffEqLowOrderRK = "1" | ||
OrdinaryDiffEqLowStorageRK = "1" | ||
OrdinaryDiffEqHighOrderRK = "1" | ||
OrdinaryDiffEqNonlinearSolve = "1" | ||
OrdinaryDiffEqNordsieck = "1" | ||
OrdinaryDiffEqPDIRK = "1" | ||
OrdinaryDiffEqPRK = "1" | ||
OrdinaryDiffEqQPRK = "1" | ||
OrdinaryDiffEqRKN = "1" | ||
OrdinaryDiffEqRosenbrock = "1" | ||
OrdinaryDiffEqSDIRK = "1" | ||
OrdinaryDiffEqStabilizedIRK = "1" | ||
OrdinaryDiffEqSSPRK = "1" | ||
OrdinaryDiffEqStabilizedRK = "1" | ||
OrdinaryDiffEqSymplecticRK = "1" | ||
OrdinaryDiffEqTsit5 = "1" | ||
OrdinaryDiffEqVerner = "1" | ||
Polyester = "0.7" | ||
|
6 changes: 4 additions & 2 deletions
6
lib/OrdinaryDiffEqAdamsBashforthMoulton/src/adams_bashforth_moulton_caches.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "OrdinaryDiffEqCore" | ||
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" | ||
authors = ["ParamThakkar123 <[email protected]>"] | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
|
||
[deps] | ||
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" | ||
|
24 changes: 16 additions & 8 deletions
24
lib/OrdinaryDiffEqCore/ext/OrdinaryDiffEqCoreEnzymeCoreExt.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
module OrdinaryDiffEqCoreEnzymeCoreExt | ||
import OrdinaryDiffEqCore, EnzymeCore | ||
|
||
Enzyme.EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.increment_nf!), args...) = true | ||
Enzyme.EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.fixed_t_for_floatingpoint_error!), args...) = true | ||
Enzyme.EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.increment_accept!), args...) = true | ||
Enzyme.EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.increment_reject!), args...) = true | ||
Enzyme.EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.increment_nf_perform_step!), args...) = true | ||
Enzyme.EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.check_error!), args...) = true | ||
Enzyme.EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.log_step!), args...) = true | ||
EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.increment_nf!), args...) = true | ||
function EnzymeCore.EnzymeRules.inactive( | ||
::typeof(OrdinaryDiffEqCore.fixed_t_for_floatingpoint_error!), args...) | ||
true | ||
end | ||
function EnzymeCore.EnzymeRules.inactive( | ||
::typeof(OrdinaryDiffEqCore.increment_accept!), args...) | ||
true | ||
end | ||
function EnzymeCore.EnzymeRules.inactive( | ||
::typeof(OrdinaryDiffEqCore.increment_reject!), args...) | ||
true | ||
end | ||
EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.check_error!), args...) = true | ||
EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.log_step!), args...) = true | ||
|
||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.