SpECTRE  v2024.05.11
evolution::dg::Tags::BoundaryMessageFromInbox< Dim > Struct Template Reference

The BoundaryMessage received from the inbox. More...

#include <MortarTags.hpp>

Public Types

using Key = DirectionalId< Dim >
 
using type = std::unordered_map< Key, std::unique_ptr< BoundaryMessage< Dim > >, boost::hash< Key > >
 

Detailed Description

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

The BoundaryMessage received from the inbox.

We must store the std::unique_ptr in the DataBox so the memory persists in case data was sent from another node

Template Parameters
DimThe volume dimension, not the face dimension

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