SpECTRE
v2024.12.16
|
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 = 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 Parallel::Phase, Parallel::CProxy_GlobalCache< Metavariables > &) |
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.