SpECTRE
v2025.03.17
|
Defines functions useful for testing subcell in ForceFree evolution system. More...
Typedefs | |
using | GhostData = evolution::dg::subcell::GhostData |
Functions | |
template<typename F > | |
DirectionalIdMap< 3, GhostData > | compute_ghost_data (const Mesh< 3 > &subcell_mesh, const tnsr::I< DataVector, 3, Frame::ElementLogical > &volume_logical_coords, const DirectionMap< 3, Neighbors< 3 > > &neighbors, const size_t ghost_zone_size, const F &compute_variables_of_neighbor_data) |
template<typename Reconstructor > | |
void | test_reconstructor (const size_t points_per_dimension, const Reconstructor &derived_reconstructor) |
Defines functions useful for testing subcell in ForceFree evolution system.