SpECTRE
v2024.12.16
|
The singleton component that represents the worldtube. More...
#include <SingletonChare.hpp>
Classes | |
struct | worldtube_system |
Public Types | |
using | chare_type = ::Parallel::Algorithms::Singleton |
using | metavariables = Metavariables |
using | evolved_vars = ::Tags::Variables< tmpl::list< CurvedScalarWave::Tags::Psi, CurvedScalarWave::Tags::Pi > > |
using | TimeStepperBase = TimeStepper |
using | initialization_actions = implementation defined |
using | step_actions = implementation defined |
using | phase_dependent_action_list = implementation defined |
using | simple_tags_from_options = Parallel::get_simple_tags_from_options< Parallel::get_initialization_actions_list< phase_dependent_action_list > > |
Static Public Member Functions | |
static void | execute_next_phase (const typename Parallel::Phase next_phase, Parallel::CProxy_GlobalCache< Metavariables > &global_cache) |
Static Public Attributes | |
static constexpr size_t | Dim = Metavariables::volume_dim |
static constexpr bool | local_time_stepping |
The singleton component that represents the worldtube.
The component receives from and sends data to the elements abutting the worldtube. It holds and calculates a solution for the regular field
|
staticconstexpr |