Reference documentation for deal.II version 9.1.0-pre
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 40 of file theta_timestepping.h.


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