SpECTRE  v2024.09.29
Particles::MonteCarlo::McGhostZoneDataInboxTag< Dim, CommStep > Struct Template Reference

Inbox tag to be used before MC step. More...

#include <GhostZoneCommunicationTags.hpp>

Public Types

using stored_type = McGhostZoneData< Dim >
 
using temporal_id = TimeStepId
 
using type = std::map< TimeStepId, DirectionalIdMap< Dim, stored_type > >
 
using value_type = type
 

Public Member Functions

void pup (PUP::er &)
 

Static Public Member Functions

template<typename ReceiveDataType >
static size_t insert_into_inbox (const gsl::not_null< type * > inbox, const temporal_id &time_step_id, ReceiveDataType &&data)
 

Public Attributes

CommunicationStep comm_step = CommStep
 

Detailed Description

template<size_t Dim, CommunicationStep CommStep>
struct Particles::MonteCarlo::McGhostZoneDataInboxTag< Dim, CommStep >

Inbox tag to be used before MC step.


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