Skip to content

Commit

Permalink
Merge pull request #2048 from pepijndevos/pv/linear
Browse files Browse the repository at this point in the history
Linear interpolation for algebraic variables
  • Loading branch information
ChrisRackauckas authored Dec 11, 2023
2 parents c02c270 + 690cd29 commit 7d500e5
Show file tree
Hide file tree
Showing 14 changed files with 579 additions and 362 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf"
Expand Down
2 changes: 2 additions & 0 deletions src/OrdinaryDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ using LinearSolve, SimpleNonlinearSolve

using LineSearches

import FillArrays: Trues

# Interfaces
import DiffEqBase: solve!, step!, initialize!, isadaptive

Expand Down
297 changes: 178 additions & 119 deletions src/dense/generic_dense.jl

Large diffs are not rendered by default.

Loading

0 comments on commit 7d500e5

Please sign in to comment.