Snes solver : bounds #3319
-
Hi,
The error says [ 0] Object is in wrong state It seems like solver parameters are not updated and has the default snes type: newtonls |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Does it work if you instead do |
Beta Was this translation helpful? Give feedback.
Does it work if you instead do
solver_phi = NonlinearVariationalSolver(problem_phi, solver_parameters=solver_phi_parameters)
instead of using the call to parameters.update later?