|
SpECTRE
2021.08.02
|
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 noexcept=0 |
The base class used to make boundary corrections factory createable so they can be specified in the input file.