|
SpECTRE
v2026.04.01
|
Mutator to get required volume data for communication before a MC step; i.e. data sent from live points to ghost points in neighbors. More...
#include <GhostZoneCommunication.hpp>
Public Types | |
| using | return_tags = tmpl::list<> |
| using | argument_tags |
Static Public Member Functions | |
| static DataVector | apply (const Scalar< DataVector > &rest_mass_density, const Scalar< DataVector > &electron_fraction, const Scalar< DataVector > &temperature, const Scalar< DataVector > &cell_light_crossing_time) |
Static Public Attributes | |
| static const size_t | number_of_vars = 4 |
Mutator to get required volume data for communication before a MC step; i.e. data sent from live points to ghost points in neighbors.
| using Particles::MonteCarlo::Actions::GhostDataMutatorPreStep::argument_tags |