SpECTRE  v2024.06.18
Actions::CleanHistory< System, CleanBoundaryHistory > Struct Template Reference

Clean time stepper history after a substep. More...

#include <CleanHistory.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, bool CleanBoundaryHistory>
struct Actions::CleanHistory< System, CleanBoundaryHistory >

Clean time stepper history after a substep.

Uses:

  • DataBox:
    • Tags::TimeStepper<TimeStepper>

DataBox changes:

  • Adds: nothing
  • Removes: nothing
  • Modifies:
    • Tags::HistoryEvolvedVariables<variables_tag>
    • imex::Tags::ImplicitHistory<sector> for each IMEX sector
    • evolution::dg::Tags::MortarDataHistory<...> if CleanBoundaryHistory

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