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 27590af commit 0a6f42bCopy full SHA for 0a6f42b
1 file changed
lib/OrdinaryDiffEqNonlinearSolve/src/utils.jl
@@ -500,7 +500,7 @@ function build_nlsolver(
500
dt = tTypeNoUnits(dt)
501
use_w_reuse = !isdae && f.nlstep_data === nothing && (
502
W isa StaticWOperator ||
503
- (W isa WOperator && W.J !== nothing && !(W.J isa AbstractSciMLOperator))
+ (W isa WOperator && W.J !== nothing && !(W.J isa AbstractSciMLOperator))
504
)
505
nlf = isdae ? oopdaenlf : oopodenlf
506
nlp_params = if isdae
0 commit comments