SpECTRE  v2024.04.12
grmhd::ValenciaDivClean::BoundaryCorrections Namespace Reference

Boundary corrections/numerical fluxes. More...

Classes

class  BoundaryCorrection
 The base class used to make boundary corrections factory createable so they can be specified in the input file. More...
 
class  Hll
 An HLL Riemann solver. More...
 
class  Rusanov
 A Rusanov/local Lax-Friedrichs Riemann solver. More...
 

Functions

bool operator== (const Hll &lhs, const Hll &rhs)
 
bool operator!= (const Hll &lhs, const Hll &rhs)
 
void register_derived_with_charm ()
 
bool operator== (const Rusanov &lhs, const Rusanov &rhs)
 
bool operator!= (const Rusanov &lhs, const Rusanov &rhs)
 

Detailed Description

Boundary corrections/numerical fluxes.