SpECTRE  v2024.03.19
SelfStart::Actions::CheckForCompletion< ExitTag, System > Struct Template Reference

Resets the state for the next iteration if the current order is complete, and exits the self-start loop if the required order has been reached. More...

#include <SelfStartActions.hpp>

Static Public Member Functions

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

Detailed Description

template<typename ExitTag, typename System>
struct SelfStart::Actions::CheckForCompletion< ExitTag, System >

Resets the state for the next iteration if the current order is complete, and exits the self-start loop if the required order has been reached.

Uses:

  • GlobalCache: nothing
  • DataBox: Tags::Next<Tags::TimeStepId>

DataBox changes:

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

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