|
SpECTRE
v2025.08.19
|
Searches the StepChoosers for any requesting error estimates. More...
#include <StepperErrorTolerancesCompute.hpp>
Public Types | |
| using | base = StepperErrorEstimatesEnabled |
| using | return_type = type |
| using | argument_tags = tmpl::conditional_t< LocalTimeStepping, tmpl::list<::Tags::EventsAndTriggers< Triggers::WhenToCheck::AtSlabs >, ::Tags::StepChoosers >, tmpl::list<::Tags::EventsAndTriggers< Triggers::WhenToCheck::AtSlabs > > > |
Public Types inherited from Tags::StepperErrorEstimatesEnabled | |
| using | type = bool |
Static Public Member Functions | |
| static void | function (gsl::not_null< bool * > error_estimates_enabled, const ::EventsAndTriggers &events_and_triggers, const std::vector< std::unique_ptr<::StepChooser< StepChooserUse::LtsStep > > > &step_choosers) |
| static void | function (gsl::not_null< bool * > error_estimates_enabled, const ::EventsAndTriggers &events_and_triggers) |
Searches the StepChoosers for any requesting error estimates.