SpECTRE
v2025.03.17
|
The elements that will receive data from the importer. More...
#include <Tags.hpp>
Public Types | |
using | type = std::unordered_map< Parallel::ArrayComponentId, std::pair< tnsr::I< DataVector, Dim, Frame::Inertial >, ::Mesh< Dim > > > |
The elements that will receive data from the importer.
Identifiers for elements from multiple parallel components can be stored. Each element is identified by an Parallel::ArrayComponentId
and also needs to provide the inertial coordinates of its grid points. The imported data will be interpolated to these grid points.