SpECTRE
v2025.03.17
|
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 {} |
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.