SpECTRE
v2024.09.29
|
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 | UpwindPenalty |
Computes the upwind multipenalty boundary correction for scalar wave in curved spacetime. More... | |
Functions | |
void | register_derived_with_charm () |
template<size_t Dim> | |
bool | operator== (const UpwindPenalty< Dim > &lhs, const UpwindPenalty< Dim > &rhs) |
template<size_t Dim> | |
bool | operator!= (const UpwindPenalty< Dim > &lhs, const UpwindPenalty< Dim > &rhs) |
Boundary corrections/numerical fluxes.