SpECTRE  v2024.04.12
Actions::UpdateU< System > Struct Template Reference

Perform variable updates for one substep. More...

#include <UpdateU.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::UpdateU< System >

Perform variable updates for one substep.

Uses:

DataBox changes:

  • Adds: nothing
  • Removes: nothing
  • Modifies:
    • variables_tag
    • Tags::HistoryEvolvedVariables<variables_tag>

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