Holds all the StepChoosers.
More...
Holds all the StepChoosers.
◆ standard_slab_choosers
template<typename System, bool HasCharSpeedFunctions = true>
| using StepChoosers::standard_slab_choosers |
Initial value:
tmpl::push_back<Factory_detail::common_step_choosers<
StepChooserUse::Slab, System, HasCharSpeedFunctions>,
Suggests step sizes to place steps at specific times.
Definition StepToTimes.hpp:29
◆ standard_step_choosers
template<typename System, bool HasCharSpeedFunctions = true>
| using StepChoosers::standard_step_choosers |
Initial value:
Factory_detail::common_step_choosers<StepChooserUse::LtsStep, System,
HasCharSpeedFunctions>
◆ step_chooser_compute_tags
template<typename Metavariables>
| using StepChoosers::step_chooser_compute_tags |
Initial value: tmpl::remove_duplicates<
tmpl::join<tmpl::transform<detail::all_step_choosers<Metavariables>,
detail::get_compute_tags_or_default<
tmpl::_1, tmpl::pin<tmpl::list<>>>>>>
◆ step_chooser_simple_tags
template<typename Metavariables>
| using StepChoosers::step_chooser_simple_tags |
Initial value: tmpl::remove_duplicates<
tmpl::join<tmpl::transform<detail::all_step_choosers<Metavariables>,
detail::get_simple_tags_or_default<
tmpl::_1, tmpl::pin<tmpl::list<>>>>>>