Bases: object
This is a base class for nonlinear problems which can return the nonlinear function F(u) and its Jacobian J = dF(u)/du.
Constructor
Compute F at current point x
Compute J = F’ at current point x
Function called by Newton solver before requesting F or J. This can be used to compute F and J together
The membership flag