|
SpECTRE
v2026.04.01
|
The singleton component that represents the worldtube. More...
#include <SingletonChare.hpp>
Public Types | |
| using | chare_type = ::Parallel::Algorithms::Singleton |
| using | metavariables = Metavariables |
| using | evolved_vars |
| using | TimeStepperBase = TimeStepper |
| using | initialization_actions |
| using | worldtube_system = System<Dim> |
| using | step_actions |
| using | phase_dependent_action_list |
| using | simple_tags_from_options |
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 | checkpoint_data = true |
| 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 \(\Psi^R\) which valid in a neighborhood of the scalar charge.
| using CurvedScalarWave::Worldtube::WorldtubeSingleton< Metavariables >::evolved_vars |
| using CurvedScalarWave::Worldtube::WorldtubeSingleton< Metavariables >::initialization_actions |
| using CurvedScalarWave::Worldtube::WorldtubeSingleton< Metavariables >::phase_dependent_action_list |
| using CurvedScalarWave::Worldtube::WorldtubeSingleton< Metavariables >::simple_tags_from_options |
| using CurvedScalarWave::Worldtube::WorldtubeSingleton< Metavariables >::step_actions |
|
staticconstexpr |