Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Public Attributes | List of all members
TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status Struct Reference

#include <deal.II/base/time_stepping.h>

Inheritance diagram for TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status:
[legend]

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
 

Detailed Description

template<typename VectorType>
struct TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status

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 575 of file time_stepping.h.

Member Data Documentation

◆ method

template<typename VectorType >
runge_kutta_method TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::method

Definition at line 577 of file time_stepping.h.

◆ exit_delta_t

template<typename VectorType >
embedded_runge_kutta_time_step TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::exit_delta_t

Definition at line 578 of file time_stepping.h.

◆ n_iterations

template<typename VectorType >
unsigned int TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::n_iterations

Definition at line 579 of file time_stepping.h.

◆ delta_t_guess

template<typename VectorType >
double TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::delta_t_guess

Definition at line 580 of file time_stepping.h.

◆ error_norm

template<typename VectorType >
double TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::error_norm

Definition at line 581 of file time_stepping.h.


The documentation for this struct was generated from the following file: