Searches the StepChoosers for any requesting error estimates.
More...
#include <StepperErrorTolerancesCompute.hpp>
template<bool LocalTimeStepping, template< typename > typename CacheTagPrefix = std::type_identity_t>
struct Tags::StepperErrorEstimatesEnabledCompute< LocalTimeStepping, CacheTagPrefix >
Searches the StepChoosers for any requesting error estimates.
◆ argument_tags
template<bool LocalTimeStepping, template< typename > typename CacheTagPrefix = std::type_identity_t>
Initial value: tmpl::conditional_t<
LocalTimeStepping,
tmpl::list<::Tags::EventsAndTriggers<Triggers::WhenToCheck::AtSlabs>,
CacheTagPrefix<::Tags::LtsStepChoosers>>,
tmpl::list<::Tags::EventsAndTriggers<Triggers::WhenToCheck::AtSlabs>>>
◆ function
template<bool LocalTimeStepping, template< typename > typename CacheTagPrefix = std::type_identity_t>
Initial value:= []() {
if constexpr (LocalTimeStepping) {
return &StepperErrorEstimatesEnabledCompute_detail::lts_function;
} else {
return &StepperErrorEstimatesEnabledCompute_detail::gts_function;
}
}()
The documentation for this struct was generated from the following file:
- src/Time/Tags/StepperErrorTolerancesCompute.hpp