SpECTRE  v2024.04.12
Initialization::Actions::AddComputeTags< ComputeTagsList > Struct Template Reference

Initialize the list of compute tags in ComputeTagsList More...

#include <AddComputeTags.hpp>

Public Types

using compute_tags = ComputeTagsList
 

Static Public Member Functions

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

Detailed Description

template<typename ComputeTagsList>
struct Initialization::Actions::AddComputeTags< ComputeTagsList >

Initialize the list of compute tags in ComputeTagsList

Uses: nothing

DataBox changes:

  • Adds:
    • Each compute tag in the list ComputeTagsList
  • Removes:
    • nothing
  • Modifies:
    • nothing

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