SpECTRE  v2024.05.11
Actions::RecordTimeStepperData< System > Struct Template Reference

Records the variables and their time derivatives in the time stepper history. More...

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

Detailed Description

template<typename System>
struct Actions::RecordTimeStepperData< System >

Records the variables and their time derivatives in the time stepper history.

With dt_variables_tag = db::add_tag_prefix<Tags::dt, variables_tag>:

Uses:

  • GlobalCache: nothing
  • DataBox:
    • System::variables_tag
    • dt_variables_tag
    • Tags::HistoryEvolvedVariables<variables_tag>
    • Tags::TimeStepId

DataBox changes:

  • Tags::HistoryEvolvedVariables<variables_tag>

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