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