Reference documentation for deal.II version GIT relicensing-245-g36f19064f7 2024-03-29 07: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 Attributes | List of all members
Algorithms::TimestepData Struct Reference

#include <deal.II/algorithms/theta_timestepping.h>

Public Attributes

double time
 The current time.
 
double step
 The current step size times something.
 

Detailed Description

A little structure, gathering the size of a timestep and the current time. Time stepping schemes can use this to provide time step information to the classes actually performing a single step.

The definition of what is considered "current time" depends on the scheme. For an explicit scheme, this is the time at the beginning of the step. For an implicit scheme, it is usually the time at the end.

Definition at line 44 of file theta_timestepping.h.

Member Data Documentation

◆ time

double Algorithms::TimestepData::time

The current time.

Definition at line 47 of file theta_timestepping.h.

◆ step

double Algorithms::TimestepData::step

The current step size times something.

Definition at line 49 of file theta_timestepping.h.


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