SpECTRE  2021.08.02
importers::Actions::RegisterWithElementDataReader Struct Reference

Register an element with the volume data reader component. More...

#include <RegisterWithElementDataReader.hpp>

Static Public Member Functions

template<typename DbTagsList , typename... InboxTags, typename Metavariables , size_t Dim, typename ActionList , typename ParallelComponent >
static std::tuple< db::DataBox< DbTagsList > && > apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, Parallel::GlobalCache< Metavariables > &cache, const ElementId< Dim > &array_index, const ActionList, const ParallelComponent *const) noexcept
 

Detailed Description

Register an element with the volume data reader component.

Invoke this action on each element of an array parallel component to register them for receiving imported volume data.

See also
Dev guide on Importing data