![]() |
deal.II version GIT relicensing-3228-g9309bd1a67 2025-05-05 19:20:00+00:00
|
#include <deal.II/base/time_stepping.h>
Public Member Functions | |
Status () | |
Public Attributes | |
runge_kutta_method | method |
unsigned int | n_iterations |
double | norm_residual |
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 597 of file time_stepping.h.
|
inline |
Definition at line 599 of file time_stepping.h.
runge_kutta_method TimeStepping::ImplicitRungeKutta< VectorType >::Status::method |
Definition at line 605 of file time_stepping.h.
unsigned int TimeStepping::ImplicitRungeKutta< VectorType >::Status::n_iterations |
Definition at line 606 of file time_stepping.h.
double TimeStepping::ImplicitRungeKutta< VectorType >::Status::norm_residual |
Definition at line 607 of file time_stepping.h.