A StepController that roughly splits the remaining time, but prefers simpler (smaller denominator) fractions of slabs.
More...
#include <SimpleTimes.hpp>
|
|
using | options = tmpl::list<> |
| |
A StepController that roughly splits the remaining time, but prefers simpler (smaller denominator) fractions of slabs.
◆ choose_step()
| TimeDelta StepControllers::SimpleTimes::choose_step |
( |
const Time & |
time, |
|
|
const double |
desired_step |
|
) |
| const |
|
inlineoverridevirtualnoexcept |
◆ help
Initial value:= {
"Chooses steps by dividing the remainder of the slab approximately\n"
"evenly, but preferring evaluation times that are simple (i.e., small\n"
"denominator) fractions of the slab."}