SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Actions::TakeLtsStep< System, StepChoosersToUse > Struct Template Reference

Record time stepper data, adjust the step size, and take a step. Usually this is done as part of the evolution::dg::Actions::ComputeTimeDerivative action. This is for executables that do not use that. More...

#include <TakeLtsStep.hpp>

Public Types

using const_global_cache_tags = implementation defined
 

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 &, const ActionList, const ParallelComponent *const)
 

Detailed Description

template<typename System, typename StepChoosersToUse = AllStepChoosers>
struct Actions::TakeLtsStep< System, StepChoosersToUse >

Record time stepper data, adjust the step size, and take a step. Usually this is done as part of the evolution::dg::Actions::ComputeTimeDerivative action. This is for executables that do not use that.


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