SpECTRE
v2024.12.16
|
Inbox tag that carries the data read from a volume data file. More...
#include <Tags.hpp>
Public Types | |
using | temporal_id = size_t |
using | type = std::map< temporal_id, tuples::tagged_tuple_from_typelist< FieldTagsList > > |
Static Public Member Functions | |
static std::string | output_inbox (const type &inbox, const size_t padding_size) |
Static Public Member Functions inherited from Parallel::InboxInserters::Value< VolumeData< FieldTagsList > > | |
static void | insert_into_inbox (const gsl::not_null< Inbox * > inbox, const TemporalId &temporal_id, ReceiveDataType &&data) |
Inbox tag that carries the data read from a volume data file.
Since we read a volume data file only once, this tag's map will only ever hold data at the index (i.e. the temporal ID) with value 0
.