ASPECT
|
Public Attributes | |
double | next_time_step_size |
bool | reduced_by_termination_plugin |
Information passed to Interface::determine_reaction with information about the time step.
Definition at line 71 of file interface.h.
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.
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.