SpECTRE  v2024.04.12
importers::Actions::RegisterElementWithSelf Struct Reference

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 , size_t Dim>
static void apply (db::DataBox< DbTagsList > &box, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const Parallel::ArrayComponentId &array_component_id, const tnsr::I< DataVector, Dim, Frame::Inertial > &inertial_coords)
 

Detailed Description

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.

See also
Dev guide on Importing data

The documentation for this struct was generated from the following file: