Skip to content

Commit da17cc3

Browse files
committed
missed Kvaerno3 ADTypes
1 parent 5ee0f09 commit da17cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/OrdinaryDiffEqSDIRK/src/algorithms.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ struct Kvaerno3{CS, AD, F, F2, P, FDT, ST, CJ, StepLimiter} <:
454454
extrapolant::Symbol
455455
controller::Symbol
456456
step_limiter!::StepLimiter
457+
autodiff::AD
457458
end
458459
function Kvaerno3(; chunk_size = Val{0}(), autodiff = AutoForwardDiff(),
459460
standardtag = Val{true}(), concrete_jac = nothing,

0 commit comments

Comments
 (0)