SpECTRE
v2025.03.17
|
The inbox tag for limiter communication. More...
#include <LimiterActions.hpp>
Public Types | |
using | packaged_data_t = typename Metavariables::limiter::type::PackagedData |
using | temporal_id = typename Metavariables::temporal_id::type |
using | type = std::map< temporal_id, std::unordered_map< DirectionalId< volume_dim >, packaged_data_t, boost::hash< DirectionalId< volume_dim > > > > |
Static Public Attributes | |
static constexpr size_t | volume_dim = Metavariables::system::volume_dim |
Additional Inherited Members | |
![]() | |
static void | insert_into_inbox (const gsl::not_null< Inbox * > inbox, const TemporalId &temporal_id, ReceiveDataType &&data) |
The inbox tag for limiter communication.