SpECTRE
v2024.12.16
|
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 Parallel::iterable_action_return_t | apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, Parallel::GlobalCache< Metavariables > &cache, const ElementId< Dim > &array_index, const ActionList, const ParallelComponent *const) |
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.
evolution::dg::subcell::Tags::ActiveGrid
and evolution::dg::subcell::Tags::Coordinates<Dim, Frame::Inertial>
are retrievable from the DataBox, then interpolation to the FD/subcell grid is possible.