SpECTRE  v2024.04.12
importers::Tags::RegisteredElements< Dim > Struct Template Reference

The elements that will receive data from the importer. More...

#include <Tags.hpp>

Public Types

using type = std::unordered_map< Parallel::ArrayComponentId, tnsr::I< DataVector, Dim, Frame::Inertial > >
 

Detailed Description

template<size_t Dim>
struct importers::Tags::RegisteredElements< Dim >

The elements that will receive data from the importer.

Details

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.


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