SpECTRE  v2024.08.03
evolution::dg::Tags::BoundaryData< Dim > Struct Template Reference

Simple tag used to store inbox data in the DataBox. More...

#include <InboxTags.hpp>

Public Types

using type = typename BoundaryCorrectionAndGhostCellsInbox< Dim >::type_map
 

Detailed Description

template<size_t Dim>
struct evolution::dg::Tags::BoundaryData< Dim >

Simple tag used to store inbox data in the DataBox.

Since the inbox data can be received asynchronously and lockfree ordered containers are slow and challenging to implement, we instead use an unordered container for the inbox, then transfer the data into an ordered map in the DataBox.


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