|
SpECTRE
v2026.04.01
|
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 |
| using | simple_tags_from_options |
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.
| using observers::Observer< Metavariables >::phase_dependent_action_list |
| using observers::Observer< Metavariables >::simple_tags_from_options |