SpECTRE
v2024.09.29
|
The base class used to make boundary corrections factory createable so they can be specified in the input file. More...
#include <BoundaryCorrection.hpp>
Public Types | |
using | creatable_classes = tmpl::list< UpwindPenalty< Dim > > |
Public Member Functions | |
BoundaryCorrection (const BoundaryCorrection &)=default | |
BoundaryCorrection & | operator= (const BoundaryCorrection &)=default |
BoundaryCorrection (BoundaryCorrection &&)=default | |
BoundaryCorrection & | operator= (BoundaryCorrection &&)=default |
virtual std::unique_ptr< BoundaryCorrection< Dim > > | get_clone () const =0 |
The base class used to make boundary corrections factory createable so they can be specified in the input file.