Reference documentation for deal.II version 9.2.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 392 of file time_stepping.h.
|
inline |
Definition at line 394 of file time_stepping.h.
runge_kutta_method TimeStepping::ImplicitRungeKutta< VectorType >::Status::method |
Definition at line 400 of file time_stepping.h.
unsigned int TimeStepping::ImplicitRungeKutta< VectorType >::Status::n_iterations |
Definition at line 401 of file time_stepping.h.
double TimeStepping::ImplicitRungeKutta< VectorType >::Status::norm_residual |
Definition at line 402 of file time_stepping.h.