SpECTRE  2021.08.02
Actions::RunEventsAndTriggers Struct Reference

Run the events and triggers. More...

#include <RunEventsAndTriggers.hpp>

Static Public Member Functions

template<typename DbTags , typename... InboxTags, typename Metavariables , typename ArrayIndex , typename ActionList , typename ParallelComponent >
static auto apply (db::DataBox< DbTags > &box, tuples::TaggedTuple< InboxTags... > &, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ActionList, const ParallelComponent *const component) noexcept
 

Detailed Description

Run the events and triggers.

Uses:

  • GlobalCache: the EventsAndTriggers tag, as required by events and triggers
  • DataBox: as required by events and triggers

DataBox changes:

  • Adds: nothing
  • Removes: nothing
  • Modifies: nothing