SpECTRE  v2024.04.12
observers::Tags::ContributorsOfTensorData Struct Reference

The set of ArrayComponentId that have contributed to each ObservationId for volume observation. More...

#include <Tags.hpp>

Public Types

using type = std::unordered_map< ObservationId, std::unordered_set< Parallel::ArrayComponentId > >
 

Detailed Description

The set of ArrayComponentId that have contributed to each ObservationId for volume observation.

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.


The documentation for this struct was generated from the following file: