Skip to content

Commit a0d1c9e

Browse files
another
1 parent 3537140 commit a0d1c9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/OrdinaryDiffEqExponentialRK/src/exponential_rk_caches.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,8 @@ struct ETD2ConstantCache{expType} <: OrdinaryDiffEqConstantCache
872872
B0::expType # -ϕ2(hA)
873873
end
874874

875+
get_fsalfirstlast(cache::ETD2ConstantCache,u) = (ETD2Fsal(cache.rtmp1), ETD2Fsal(cache.rtmp1))
876+
875877
function alg_cache(alg::ETD2, u, rate_prototype, ::Type{uEltypeNoUnits},
876878
::Type{uBottomEltypeNoUnits}, ::Type{tTypeNoUnits}, uprev, uprev2, f, t,
877879
dt, reltol, p, calck,

0 commit comments

Comments
 (0)