![]() |
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 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 780 of file 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 |
|
inline |
Definition at line 782 of file time_stepping.h.
| runge_kutta_method TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::method |
Definition at line 786 of file time_stepping.h.
| embedded_runge_kutta_time_step TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::exit_delta_t |
Definition at line 787 of file time_stepping.h.
| unsigned int TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::n_iterations |
Definition at line 788 of file time_stepping.h.
| double TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::delta_t_guess |
Definition at line 789 of file time_stepping.h.
| double TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::error_norm |
Definition at line 790 of file time_stepping.h.