Skip to content

[Suggestion] Inexact Newton Method #302

@Azercoco

Description

@Azercoco

For large system typically derived from nonlinear PDE with ill-conditonned Jacobian (due to a near symmetry or close to fold bifurcation), using an iterative solver (even with a good precondtionner), can cause the Newton method to diverge, as the near zero mode are amplified too much at each Newton iteration.

A solution is to to adapt the tolerance of the iterative solver where the tolerance is increased far from the solution and reduce near to it, and combine it with linearsearch to avoid overcorrecting along near-zero eigenmode.

This issue is more problematic for the initial solve before starting the continuation, as in the latter, the initial guess is often sufficiently good to ensure quadratic convergence.

This would require a slight modification of the API to allow passing a tolerance to the solver call.

Then a dedicated InexactNewton(prob, par::NewtonPar, ...) could be added.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions