SpECTRE  v2024.04.12
gh::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  UpwindPenalty
 Computes the generalized harmonic upwind multipenalty boundary correction. 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)
 

Detailed Description

Boundary corrections/numerical fluxes.