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

The set of nodes that have contributed to each ObservationId for writing reduction data. More...

#include <Tags.hpp>

Public Types

using type = std::unordered_map< ObservationId, std::unordered_set< size_t > >
 

Detailed Description

The set of nodes that have contributed to each ObservationId for writing reduction data.

This is used on node 0 (or whichever node has been designated as the one to write the reduction files). The unordered_set is the node IDs that have contributed so far.


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