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 |
embedded_runge_kutta_time_step | exit_delta_t |
unsigned int | n_iterations |
double | delta_t_guess |
double | error_norm |
Structure that stores the name of the method, the reason to exit evolve_one_time_step, the number of iteration inside n_iterations, a guess of what the next time step should be, and an estimate of the norm of the error.
Definition at line 767 of file time_stepping.h.
|
inline |
Definition at line 769 of file time_stepping.h.
runge_kutta_method TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::method |
Definition at line 773 of file time_stepping.h.
embedded_runge_kutta_time_step TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::exit_delta_t |
Definition at line 774 of file time_stepping.h.
unsigned int TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::n_iterations |
Definition at line 775 of file time_stepping.h.
double TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::delta_t_guess |
Definition at line 776 of file time_stepping.h.
double TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::error_norm |
Definition at line 777 of file time_stepping.h.