SpECTRE  v2024.04.12
OptionTags::EventsAndTriggers Struct Reference

Contains the events and triggers. More...

#include <Tags.hpp>

Public Types

using type = ::EventsAndTriggers
 

Static Public Member Functions

static std::string name ()
 

Static Public Attributes

static constexpr Options::String help = "Events to run at triggers"
 

Detailed Description

Contains the events and triggers.

In yaml this is specified as a map of triggers to lists of events:

EventsAndTriggers:
? TriggerA:
OptionsForTriggerA
: - Event1:
OptionsForEvent1
- Event2:
OptionsForEvent2
? TriggerB:
OptionsForTriggerB
: - Event3:
OptionsForEvent3
- Event4:
OptionsForEvent4

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