gabrielfougeron / choreo

Finds periodic solutions to the N-body problem
https://gabrielfougeron.github.io/choreo/
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Convergence Issues for complex systems #62

Open gabrielfougeron opened 1 year ago

gabrielfougeron commented 1 year ago

Some complex systems have trouble converging. By that I mean that sometimes, the system is far away from singular solutions and the discrétisation level is correct (no need for refinement) and yet, convergence is very slow. This is especially the case for Target init states.

I suspect the linear solvers in the Newton Krylov loop to not be robust enough to handle these complex cases.

gabrielfougeron commented 1 year ago

Issue created here https://github.com/pyodide/pyodide/issues/3357

gabrielfougeron commented 1 year ago

Can I design target specific preconditionners?