|
SpECTRE
v2026.04.01
|
Generic base class for components that supply CCE worldtube boundary data. See class specializations for specific worldtube boundary components. More...
#include <WorldtubeBoundary.hpp>
Public Types | |
| using | chare_type = Parallel::Algorithms::Singleton |
| using | metavariables = Metavariables |
| using | initialize_action_list |
| using | simple_tags_from_options |
| using | worldtube_boundary_computation_steps = tmpl::list<> |
| using | phase_dependent_action_list |
| using | options = tmpl::list<> |
Static Public Member Functions | |
| static void | initialize (Parallel::CProxy_GlobalCache< Metavariables > &) |
| static void | execute_next_phase (const Parallel::Phase next_phase, const Parallel::CProxy_GlobalCache< Metavariables > &global_cache) |
Static Public Attributes | |
| static constexpr bool | checkpoint_data = true |
Generic base class for components that supply CCE worldtube boundary data. See class specializations for specific worldtube boundary components.
| using Cce::WorldtubeComponentBase< WorldtubeComponent, Metavariables >::initialize_action_list |
| using Cce::WorldtubeComponentBase< WorldtubeComponent, Metavariables >::phase_dependent_action_list |
| using Cce::WorldtubeComponentBase< WorldtubeComponent, Metavariables >::simple_tags_from_options |