SpECTRE  v2024.09.29
Tags::StepperErrorTolerancesCompute< EvolvedVariableTag, LocalTimeStepping > Struct Template Reference

A tag that contains the error tolerances if the ErrorControl step chooser is one of the option-created Events. More...

#include <ErrorControl.hpp>

Public Types

using base = StepperErrorTolerances< EvolvedVariableTag >
 
using return_type = typename base::type
 
using argument_tags = tmpl::conditional_t< LocalTimeStepping, tmpl::list<::Tags::StepChoosers >, tmpl::list<::Tags::EventsAndTriggers > >
 
- Public Types inherited from Tags::StepperErrorTolerances< EvolvedVariableTag >
using type = std::optional<::StepperErrorTolerances >
 
using tag = EvolvedVariableTag
 

Static Public Member Functions

static void function (const gsl::not_null< std::optional<::StepperErrorTolerances > * > tolerances, const std::vector< std::unique_ptr<::StepChooser< StepChooserUse::LtsStep > > > &step_choosers)
 
static void function (const gsl::not_null< std::optional<::StepperErrorTolerances > * > tolerances, const ::EventsAndTriggers &events_and_triggers)
 
- Static Public Member Functions inherited from Tags::StepperErrorTolerances< EvolvedVariableTag >
static std::string name ()
 

Detailed Description

template<typename EvolvedVariableTag, bool LocalTimeStepping>
struct Tags::StepperErrorTolerancesCompute< EvolvedVariableTag, LocalTimeStepping >

A tag that contains the error tolerances if the ErrorControl step chooser is one of the option-created Events.


The documentation for this struct was generated from the following file: