ASPECT
Public Attributes | List of all members
aspect::TimeStepping::TimeStepInfo Struct Reference

Public Attributes

double next_time_step_size
 
bool reduced_by_termination_plugin
 

Detailed Description

Information passed to Interface::determine_reaction with information about the time step.

Definition at line 71 of file interface.h.

Member Data Documentation

§ next_time_step_size

double aspect::TimeStepping::TimeStepInfo::next_time_step_size

The proposed time step size for the next step as computed by querying plugins and applying other logic.

Definition at line 77 of file interface.h.

§ reduced_by_termination_plugin

bool aspect::TimeStepping::TimeStepInfo::reduced_by_termination_plugin

If true, a termination criterion decided to shorten the time step size.

Definition at line 83 of file interface.h.


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