We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e833f commit 48bf3deCopy full SHA for 48bf3de
lib/SCCNonlinearSolve/test/core_tests.jl
@@ -5,7 +5,8 @@ include("../../../common/common_rootfind_testing.jl")
5
end
6
7
@testitem "Manual SCC" setup=[CoreRootfindTesting] tags=[:core] begin
8
- using NonlinearSolve
+ using NonlinearSolveFirstOrder
9
+
10
function f(du, u, p)
11
du[1] = cos(u[2]) - u[1]
12
du[2] = sin(u[1] + u[2]) + u[2]
0 commit comments