We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b958e4e commit 5f83270Copy full SHA for 5f83270
2 files changed
Project.toml
@@ -50,7 +50,7 @@ LaTeXStrings = "1"
50
LinearAlgebra = "1"
51
Logging = "1"
52
Measures = "0.3"
53
-NonlinearSolve = "=4.5.0"
+NonlinearSolve = "4.8.0"
54
Parameters = "0.12"
55
Pkg = "1"
56
PreallocationTools = "0.4.25"
src/solver.jl
@@ -107,7 +107,7 @@ sol::VSMSolution = VSMSolution(): The result of calling [solve!](@ref)
107
108
# Nonlin solver fields
109
prob::Union{NonlinearProblem, Nothing} = nothing
110
- nonlin_cache::Union{NonlinearSolve.AbstractNonlinearSolveCache, Nothing} = nothing
+ nonlin_cache::Union{NonlinearSolveFirstOrder.GeneralizedFirstOrderAlgorithmCache, Nothing} = nothing
111
atol::Float64 = 1e-5
112
113
# Damping settings
0 commit comments