SpECTRE
v2022.05.05
|
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 > > |
Additional Inherited Members | |
![]() | |
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
.