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::ImplicitRungeKutta< VectorType >::Status Struct Reference

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

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

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

Public Member Functions

 Status ()
 

Public Attributes

runge_kutta_method method
 
unsigned int n_iterations
 
double norm_residual
 

Constructor & Destructor Documentation

◆ Status()

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

Definition at line 613 of file time_stepping.h.

Member Data Documentation

◆ method

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

Definition at line 619 of file time_stepping.h.

◆ n_iterations

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

Definition at line 620 of file time_stepping.h.

◆ norm_residual

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

Definition at line 621 of file time_stepping.h.


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