![]() |
deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+00:00
|
#include <deal.II/base/time_stepping.h>
Structure that stores the name of the method, the number of Newton iterations and the norm of the residual when exiting the Newton solver.
Definition at line 611 of file time_stepping.h.
Public Member Functions | |
| Status () | |
Public Attributes | |
| runge_kutta_method | method |
| unsigned int | n_iterations |
| double | norm_residual |
|
inline |
Definition at line 613 of file time_stepping.h.
| runge_kutta_method TimeStepping::ImplicitRungeKutta< VectorType >::Status::method |
Definition at line 619 of file time_stepping.h.
| unsigned int TimeStepping::ImplicitRungeKutta< VectorType >::Status::n_iterations |
Definition at line 620 of file time_stepping.h.
| double TimeStepping::ImplicitRungeKutta< VectorType >::Status::norm_residual |
Definition at line 621 of file time_stepping.h.