Skip to content

Commit 277ab9f

Browse files
committed
fix: simple klement implementation
1 parent 9bdc61c commit 277ab9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SimpleNonlinearSolve/src/klement.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function SciMLBase.__solve(prob::ImmutableNonlinearProblem, alg::SimpleKlement,
1212
x = Utils.maybe_unaliased(prob.u0, alias_u0)
1313
T = eltype(x)
1414
fx = Utils.get_fx(prob, x)
15+
fx = Utils.eval_f(prob, fx, x)
1516

1617
abstol, reltol, tc_cache = NonlinearSolveBase.init_termination_cache(
1718
prob, abstol, reltol, fx, x, termination_condition, Val(:simple))

0 commit comments

Comments
 (0)