Reference documentation for deal.II version 9.6.0
|
#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 589 of file time_stepping.h.
|
inline |
Definition at line 591 of file time_stepping.h.
runge_kutta_method TimeStepping::ImplicitRungeKutta< VectorType >::Status::method |
Definition at line 597 of file time_stepping.h.
unsigned int TimeStepping::ImplicitRungeKutta< VectorType >::Status::n_iterations |
Definition at line 598 of file time_stepping.h.
double TimeStepping::ImplicitRungeKutta< VectorType >::Status::norm_residual |
Definition at line 599 of file time_stepping.h.