getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Retrieving the solution at each step of the Newton algorithm


From: David Danan
Subject: Retrieving the solution at each step of the Newton algorithm
Date: Thu, 6 Jul 2023 14:09:00 +0200

Dear getfem-users,

My issue is quite straightforward.
I am using Getfem to solve nonlinear problems and i would like to retrieve the solution at each step of the Newton method, not only the solution obtained at the convergence of the algorithm.

Is such a thing even possible using the python interface?
Another alternative would be to implement one's own newton solver in python while relying on the model methods to extract the tangent matrix/rhs.
Is it the correct approach or is there a better way to do it?

Kind regards,
David.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]