Solve linear variational form using nonlinear solver

Dear all,
In Fenics, can we use a nonlinear solver to solve a linear variational form? I tested it using a simple linear variational form. The results seemed the same. But I don’t know if this is correct in more complex cases.
Thank you very much in advance.

1 Like

Yes, of course. You should converge in one iteration.

1 Like

Got it. Thank you very much. :slightly_smiling_face: