|
SpECTRE
v2025.08.19
|
The group parallel component that is responsible for reducing data to be observed. More...
#include <ObserverComponent.hpp>
Public Types | |
| using | chare_type = Parallel::Algorithms::Group |
| using | metavariables = Metavariables |
| using | phase_dependent_action_list = tmpl::list< Parallel::PhaseActions< Parallel::Phase::Initialization, tmpl::list< Actions::Initialize< Metavariables >, Parallel::Actions::TerminatePhase > > > |
| 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 Parallel::Phase, Parallel::CProxy_GlobalCache< Metavariables > &) |
Static Public Attributes | |
| static constexpr bool | checkpoint_data = false |
The group parallel component that is responsible for reducing data to be observed.
Once the data from all elements on the processing element (usually a core) has been collected, it is copied (not sent over the network) to the local nodegroup parallel component, ObserverWriter, for writing to disk.