Skip to content

Fixed-point iteration #55

Open
Open
@michakraus

Description

@michakraus

We should add a simple fixed point solver. This is possible when assuming that F in the nonlinear system is of the form $F(x) = x - f(x)$. Then one can just iterate $x_{k+1} = F(x_k) - x_k$ where $x_k$ is the solution of the current iteration.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions