Reference documentation for deal.II version GIT relicensing-218-g1f873f3929 2024-03-28 15:00:02+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>

Inheritance diagram for TimeStepping::EmbeddedExplicitRungeKutta< VectorType >::Status:
Inheritance graph
[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
 

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

Constructor & Destructor Documentation

◆ Status()

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

Definition at line 769 of file time_stepping.h.

Member Data Documentation

◆ method

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

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

◆ n_iterations

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

Definition at line 775 of file time_stepping.h.

◆ delta_t_guess

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

Definition at line 776 of file time_stepping.h.

◆ error_norm

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

Definition at line 777 of file time_stepping.h.


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