Reference documentation for deal.II version 9.6.0
|
#include <deal.II/algorithms/theta_timestepping.h>
Public Attributes | |
double | time |
The current time. | |
double | step |
The current step size times something. | |
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.
double Algorithms::TimestepData::time |
The current time.
Definition at line 47 of file theta_timestepping.h.
double Algorithms::TimestepData::step |
The current step size times something.
Definition at line 49 of file theta_timestepping.h.