A StepController that chooses steps to be 1/n of the remainder of the slab.
More...
#include <SplitRemaining.hpp>
|
|
using | options = tmpl::list<> |
| |
A StepController that chooses steps to be 1/n of the remainder of the slab.
◆ choose_step()
| TimeDelta StepControllers::SplitRemaining::choose_step |
( |
const Time & |
time, |
|
|
const double |
desired_step |
|
) |
| const |
|
inlineoverridevirtualnoexcept |
◆ help
Initial value:= {
"Chooses steps by dividing the remainder of the slab evenly.\n"
"WARNING: With many steps per slab this often leads to overflow in the\n"
" time representations."}