Skip to content

Commit

Permalink
Fix default diff_type of AdaptiveRadau
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Mar 3, 2025
1 parent 35f9c7f commit 5da688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqFIRK/src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ end

function AdaptiveRadau(; chunk_size = Val{0}(), autodiff = AutoForwardDiff(),
standardtag = Val{true}(), concrete_jac = nothing,
diff_type = Val{:forward}, min_order = 5, max_order = 13, threading = false,
diff_type = Val{:forward}(), min_order = 5, max_order = 13, threading = false,
linsolve = nothing, precs = DEFAULT_PRECS,
extrapolant = :dense, fast_convergence_cutoff = 1 // 5,
new_W_γdt_cutoff = 1 // 5,
Expand Down

0 comments on commit 5da688b

Please sign in to comment.