SpECTRE
v2025.03.17
|
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) |
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.