Skip to content

Commit

Permalink
Fix incorrect usage of BVPJacobianAlgorithm
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Sep 17, 2024
1 parent 47f10d1 commit 5b04003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/BoundaryValueDiffEqMIRK/src/BoundaryValueDiffEqMIRK.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,6 @@ include("sparse_jacobians.jl")
end

export MIRK2, MIRK3, MIRK4, MIRK5, MIRK6
export BVPJacobianAlgorithm

end
1 change: 1 addition & 0 deletions lib/BoundaryValueDiffEqMIRK/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ using ReTestItems
ReTestItems.runtests("ensemble_tests.jl")
ReTestItems.runtests("mirk_basic_tests.jl")
ReTestItems.runtests("nlls_tests.jl")
ReTestItems.runtests("vectorofvector_initials_tests.jl")
end
end
end

0 comments on commit 5b04003

Please sign in to comment.