SpECTRE  v2024.09.29
Particles::MonteCarlo::Actions::GhostDataMcPackets< Dim > Struct Template Reference

Mutator that returns packets currently in ghost zones in a DirectionMap<Dim,std::vector<Particles::MonteCarlo::Packet>> and remove them from the list of packets of the current element. More...

#include <GhostZoneCommunication.hpp>

Public Types

using return_tags = tmpl::list< Particles::MonteCarlo::Tags::PacketsOnElement >
 
using argument_tags = tmpl::list<::domain::Tags::Element< Dim > >
 

Static Public Member Functions

static DirectionMap< Dim, std::vector< Particles::MonteCarlo::Packet > > apply (const gsl::not_null< std::vector< Particles::MonteCarlo::Packet > * > packets, const Element< Dim > &element)
 

Detailed Description

template<size_t Dim>
struct Particles::MonteCarlo::Actions::GhostDataMcPackets< Dim >

Mutator that returns packets currently in ghost zones in a DirectionMap<Dim,std::vector<Particles::MonteCarlo::Packet>> and remove them from the list of packets of the current element.


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