deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+00:00
\(\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\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status Struct Reference

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

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

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

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
 

Constructor & Destructor Documentation

◆ Status()

template<typename VectorType >
TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status::Status ( )
inline

Definition at line 782 of file time_stepping.h.

Member Data Documentation

◆ method

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

Definition at line 786 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 787 of file time_stepping.h.

◆ n_iterations

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

Definition at line 788 of file time_stepping.h.

◆ delta_t_guess

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

Definition at line 789 of file time_stepping.h.

◆ error_norm

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

Definition at line 790 of file time_stepping.h.


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