deal.II version 9.7.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\}}\)
Loading...
Searching...
No Matches
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 597 of file time_stepping.h.

Inheritance diagram for TimeStepping::ImplicitRungeKutta< VectorType >::Status:

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

Member Data Documentation

◆ method

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

Definition at line 605 of file time_stepping.h.

◆ n_iterations

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

Definition at line 606 of file time_stepping.h.

◆ norm_residual

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

Definition at line 607 of file time_stepping.h.


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