SpECTRE  v2024.02.05
Burgers::subcell Namespace Reference

Code required by the DG-subcell/FD hybrid solver for Burgers system. More...

Classes

class  GhostVariables
 Returns \(U\), the variables needed for reconstruction. More...
 
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.
 

Detailed Description

Code required by the DG-subcell/FD hybrid solver for Burgers system.