SpECTRE
v2024.12.16
|
Wait for data from a volume data file to arrive and directly move it into the DataBox. More...
#include <ReceiveVolumeData.hpp>
Public Types | |
using | inbox_tags = tmpl::list< Tags::VolumeData< FieldTagsList > > |
Static Public Member Functions | |
template<typename DbTagsList , typename... InboxTags, typename Metavariables , typename ArrayIndex , typename ActionList , typename ParallelComponent > | |
static Parallel::iterable_action_return_t | apply (db::DataBox< DbTagsList > &box, tuples::TaggedTuple< InboxTags... > &inboxes, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const ActionList, const ParallelComponent *const) |
Wait for data from a volume data file to arrive and directly move it into the DataBox.
Monitors importers::Tags::VolumeData
in the element's inbox and moves the received data directly into the FieldTagsList
in the DataBox.