Skip to content

Commit

Permalink
finish PRK keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Aug 24, 2024
1 parent 0821624 commit 9548708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OrdinaryDiffEqPRK/src/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
pages={49--82},
year={1995},
publisher={SIAM}}""",
"- `threading`: TBD",
"threading = true,")
"- `thread`: determines whether internal broadcasting on appropriate CPU arrays should be serial (`thread = OrdinaryDiffEq.False()`) or use multiple threads (`thread = OrdinaryDiffEq.True()`) when Julia is started with multiple threads.",
"thread = OrdinaryDiffEq.True(),")
Base.@kwdef struct KuttaPRK2p5{TO} <: OrdinaryDiffEqAlgorithm
threading::TO = true
end

0 comments on commit 9548708

Please sign in to comment.