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