|
SpECTRE
v2026.04.01
|
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 |
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 bool | 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.
| using importers::Tags::VolumeData< FieldTagsList >::type |