Skip to content

Commit

Permalink
Update lib/OrdinaryDiffEqRosenbrock/src/rosenbrock_caches.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Aug 20, 2024
1 parent 09963af commit f7215ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/OrdinaryDiffEqRosenbrock/src/rosenbrock_caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ struct RosenbrockConstantCache{TF, UF, Tab, JType, WType, F, AD} <: OrdinaryDiff
autodiff::AD
end

get_fsalfirstlast(cache::RosenbrockCache) = (cache.fsalfirst, cache.fsallast)

@cache mutable struct Rosenbrock23Cache{uType, rateType, uNoUnitsType, JType, WType,
TabType, TFType, UFType, F, JCType, GCType,
RTolType, A, AV, StepLimiter, StageLimiter} <: RosenbrockMutableCache
Expand Down

0 comments on commit f7215ca

Please sign in to comment.