SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Cce::Actions::InitializeCharacteristicEvolutionTime< EvolvedCoordinatesVariablesTag, EvolvedSwshTag, local_time_stepping > Struct Template Reference

Initializes the contents of the CharacteristicEvolution component for performing the time evolution of the system, which is the singleton that handles the main evolution system for CCE computations. More...

#include <InitializeCharacteristicEvolutionTime.hpp>

Public Types

using simple_tags_from_options = implementation defined
 
using const_global_cache_tags = implementation defined
 
using evolved_swsh_variables_tag = ::Tags::Variables< EvolvedSwshTag >
 
using simple_tags = implementation defined
 
using compute_tags = time_stepper_ref_tags< LtsTimeStepper >
 

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

Detailed Description

template<typename EvolvedCoordinatesVariablesTag, typename EvolvedSwshTag, bool local_time_stepping>
struct Cce::Actions::InitializeCharacteristicEvolutionTime< EvolvedCoordinatesVariablesTag, EvolvedSwshTag, local_time_stepping >

Initializes the contents of the CharacteristicEvolution component for performing the time evolution of the system, which is the singleton that handles the main evolution system for CCE computations.

Details

Sets up the DataBox to be ready to perform the time-stepping associated with the CCE system.

DataBox changes:


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