SpECTRE
v2025.03.17
|
Reduction data to be written to disk. More...
#include <Tags.hpp>
Public Types | |
using | type = std::unordered_map< observers::ObservationId, Parallel::ReductionData< ReductionDatums... > > |
using | names_tag = ReductionDataNames< ReductionDatums... > |
Reduction data to be written to disk.
If we have M
ArrayComponentIds
registered with a given Observer
for a given ObservationId
, then we expect the Observer
to receive M
contributions with the given ObservationId
. We combine the reduction data as we receive it, so we only need one copy for each ObservationId
.