Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
This is a base class for nonlinear problems which can return the nonlinear function F(u) and its Jacobian J = dF(u)/du.
Constructor
Function called by Newton solver before requesting F or J. This can be used to compute F and J together
Compute F at current point x
Compute J = F’ at current point x