Skip to content

Commit

Permalink
Update OrdinaryDiffEqSSPRK.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jun 29, 2024
1 parent 881deab commit 00f2fd5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/OrdinaryDiffEqSSPRK/src/OrdinaryDiffEqSSPRK.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ import OrdinaryDiffEq: alg_order, calculate_residuals!,
OrdinaryDiffEqRosenbrockAdaptiveAlgorithm,
OrdinaryDiffEqAdaptiveAlgorithm, uses_uprev,
alg_cache, _vec, _reshape, @cache, isfsal, full_cache,
constvalue, _unwrap_val, du_alias_or_new
constvalue, _unwrap_val, du_alias_or_new,
explicit_rk_docstring, trivial_limiter!
using DiffEqBase, FastBroadcast, Polyester, MuladdMacro, RecursiveArrayTools
using DiffEqBase: @def
using Static: False

import StaticArrays: SArray, MVector, SVector, @SVector, StaticArray, MMatrix, SA

include("algorithms.jl")
Expand All @@ -27,4 +30,4 @@ export SSPRK53_2N2, SSPRK22, SSPRK53, SSPRK63, SSPRK83, SSPRK43, SSPRK432, SSPRK
SSPRK54, SSPRK53_2N1, SSPRK104, SSPRK932, SSPRKMSVS43, SSPRK73, SSPRK53_H,
SSPRK33, SHLDDRK_2N, KYKSSPRK42, SHLDDRK52

end
end

0 comments on commit 00f2fd5

Please sign in to comment.