Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Parent class(es)
This class defines a Newton solver for nonlinear systems of equations of the form \(F(x) = 0\).
Create nonlinear solver
Create nonlinear solver using provided linear solver
Solve abstract nonlinear problem \(F(x) = 0\) for given \(F\) and Jacobian \(\dfrac{\partial F}{\partial x}\).
Return Newton iteration number
Return current residual
Return current relative residual
Return the linear solver
Default parameter values
Convergence test. It may be overloaded using virtual inheritance and this base criterion may be called from derived, both in C++ and Python.