SpECTRE
v2024.12.16
|
Code required by the DG-subcell/FD hybrid solver for Burgers system. More...
Classes | |
class | GhostVariables |
Returns | |
struct | NeighborPackagedData |
On elements using DG, reconstructs the interface data from a neighboring element doing subcell. More... | |
struct | SetInitialRdmpData |
Sets the initial RDMP data. More... | |
struct | TciOnDgGrid |
The troubled-cell indicator run on the DG grid to check if the solution is admissible. More... | |
struct | TciOnFdGrid |
Troubled-cell indicator applied to the finite difference subcell solution to check if the corresponding DG solution is admissible. More... | |
struct | TimeDerivative |
Compute the time derivative on the subcell grid using FD reconstruction. More... | |
Functions | |
template<typename TagsList > | |
void | compute_fluxes (const gsl::not_null< Variables< TagsList > * > vars) |
Compute fluxes for subcell variables. | |
Code required by the DG-subcell/FD hybrid solver for Burgers system.