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

Structure used to gather ghost zone data for Monte-Carlo evolution. We need the rest mass density, electron fraction, temperature, and an estimate of the light-crossing time one cell deep within each neighboring element. More...

#include <MortarData.hpp>

Public Member Functions

void pup (PUP::er &p)
 

Public Attributes

DirectionalIdMap< Dim, std::optional< DataVector > > rest_mass_density {}
 
DirectionalIdMap< Dim, std::optional< DataVector > > electron_fraction {}
 
DirectionalIdMap< Dim, std::optional< DataVector > > temperature {}
 
DirectionalIdMap< Dim, std::optional< DataVector > > cell_light_crossing_time {}
 

Detailed Description

template<size_t Dim>
struct Particles::MonteCarlo::MortarData< Dim >

Structure used to gather ghost zone data for Monte-Carlo evolution. We need the rest mass density, electron fraction, temperature, and an estimate of the light-crossing time one cell deep within each neighboring element.


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