|
SpECTRE
2021.08.02
|
Invoked on the importers::ElementDataReader component to store the registered data.
More...
#include <RegisterWithElementDataReader.hpp>
Static Public Member Functions | |
| template<typename ParallelComponent , typename DbTagsList , typename Metavariables , typename ArrayIndex , typename DataBox = db::DataBox<DbTagsList>, Requires< db::tag_is_retrievable_v< Tags::RegisteredElements, DataBox > > = nullptr> | |
| static void | apply (db::DataBox< DbTagsList > &box, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const observers::ArrayComponentId &array_component_id, const std::string &grid_name) noexcept |
Invoked on the importers::ElementDataReader component to store the registered data.
The importers::Actions::RegisterWithElementDataReader action, which is performed on each element of an array parallel component, invokes this action on the importers::ElementDataReader component.