SpECTRE
v2025.03.17
|
The set of ArrayComponentId
that have contributed to each ObservationId
for reductions.
More...
#include <Tags.hpp>
Public Types | |
using | type = std::unordered_map< ObservationId, std::unordered_set< Parallel::ArrayComponentId > > |
The set of ArrayComponentId
that have contributed to each ObservationId
for reductions.
The tag is used both on the Observer
and on the ObserverWriter
components since all we need to do is keep track of array component IDs in both cases.