SpECTRE  v2024.04.12
evolution::Initialization::Actions::SetVariables< LogicalCoordinatesTag > Struct Template Reference

Sets variables needed for evolution of hyperbolic systems. More...

#include <SetVariables.hpp>

Public Types

using simple_tags_from_options = tmpl::list<::Tags::Time >
 

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 > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, ActionList, const ParallelComponent *const)
 

Detailed Description

template<typename LogicalCoordinatesTag>
struct evolution::Initialization::Actions::SetVariables< LogicalCoordinatesTag >

Sets variables needed for evolution of hyperbolic systems.

Uses:

  • DataBox:
    • CoordinatesTag
  • GlobalCache:
    • OptionTags::AnalyticSolutionBase or OptionTags::AnalyticDataBase

DataBox changes:

  • Adds: nothing
  • Removes: nothing
  • Modifies:
    • System::variables_tag (if system has no primitive variables)
    • System::primitive_variables_tag (if system has primitive variables)

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