Hello
I am pretty new to fenics, and am looking for advice about solvers. So I have a system with four functions that i want to solve who all depend on each other, for instance
dq=q+p +e^(q-q1)
where q,p, and q1 are all functions. As this problem is not linear I get an error when simply using "solve". So I was wondering what nonlinear solver would be used in this case.
Thanks in advance for any advice.