|
SpECTRE
2021.08.02
|
Holds all the StepControllers. More...
Classes | |
| class | BinaryFraction |
| A StepController that chooses steps to be 1/2^n of a slab. More... | |
| class | FullSlab |
| A StepController that always chooses to step a full slab, independent of the desired step size. Intended for simuations using global time stepping. More... | |
| class | SimpleTimes |
| A StepController that roughly splits the remaining time, but prefers simpler (smaller denominator) fractions of slabs. More... | |
| class | SplitRemaining |
| A StepController that chooses steps to be 1/n of the remainder of the slab. More... | |
Typedefs | |
| using | standard_step_controllers = tmpl::list< BinaryFraction > |
| Typelist of standard StepControllers. | |
Holds all the StepControllers.