Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20: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::ImplicitRungeKutta< VectorType >::Status Struct Reference

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

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

Public Member Functions

 Status ()
 

Public Attributes

runge_kutta_method method
 
unsigned int n_iterations
 
double norm_residual
 

Detailed Description

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

Structure that stores the name of the method, the number of Newton iterations and the norm of the residual when exiting the Newton solver.

Definition at line 589 of file time_stepping.h.

Constructor & Destructor Documentation

◆ Status()

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

Definition at line 591 of file time_stepping.h.

Member Data Documentation

◆ method

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

Definition at line 597 of file time_stepping.h.

◆ n_iterations

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

Definition at line 598 of file time_stepping.h.

◆ norm_residual

template<typename VectorType >
double TimeStepping::ImplicitRungeKutta< VectorType >::Status::norm_residual

Definition at line 599 of file time_stepping.h.


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