numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::ode::inexact_newton_update_equation_solver< Problem > Class Template Reference

Class to solve equations of implicit updates using inexact Newton method. More...

+ Collaboration diagram for num_collect::ode::inexact_newton_update_equation_solver< Problem >:

Detailed Description

template<concepts::differentiable_problem Problem>
class num_collect::ode::inexact_newton_update_equation_solver< Problem >

Class to solve equations of implicit updates using inexact Newton method.

This class solves following equation using the stop criterion written in [9] :

\[ \boldsymbol{z}_i = h a_{ii} \boldsymbol{f}\left(t + b_i h, \boldsymbol{y}(t) + \boldsymbol{z}_i \right) + \boldsymbol{z}_{offset} \]

Template Parameters
ProblemType of the problem.

Definition at line 65 of file inexact_newton_update_equation_solver.h.


The documentation for this class was generated from the following file: