File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ LaTeXStrings = "1"
5050LinearAlgebra = " 1"
5151Logging = " 1"
5252Measures = " 0.3"
53- NonlinearSolve = " =4.5 .0"
53+ NonlinearSolve = " 4.8 .0"
5454Parameters = " 0.12"
5555Pkg = " 1"
5656PreallocationTools = " 0.4.25"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ sol::VSMSolution = VSMSolution(): The result of calling [solve!](@ref)
107107
108108 # Nonlin solver fields
109109 prob:: Union{NonlinearProblem, Nothing} = nothing
110- nonlin_cache:: Union{NonlinearSolve.AbstractNonlinearSolveCache , Nothing} = nothing
110+ nonlin_cache:: Union{NonlinearSolveFirstOrder.GeneralizedFirstOrderAlgorithmCache , Nothing} = nothing
111111 atol:: Float64 = 1e-5
112112
113113 # Damping settings
You can’t perform that action at this time.
0 commit comments