Add GenericNonlinearSolver interface

Issue #556 new
Prof Garth Wells created an issue

As part of the linear algebra clean-up, we should add a very simple GenericNonlinearSolver class that has the absolute minimal interface to solving a nonlinear problem.

A user can pass a concrete implementation of a GenericNonlinearSolver to a solver to gain fine-grained control over the solver.

See https://www.mail-archive.com/fenics@fenicsproject.org/msg02749.html.

Comments (3)

  1. Log in to comment