SpECTRE  v2024.04.12
CurvedScalarWave::BoundaryCorrections::BoundaryCorrection< Dim > Class Template Referenceabstract

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
 
BoundaryCorrectionoperator= (const BoundaryCorrection &)=default
 
 BoundaryCorrection (BoundaryCorrection &&)=default
 
BoundaryCorrectionoperator= (BoundaryCorrection &&)=default
 
virtual std::unique_ptr< BoundaryCorrection< Dim > > get_clone () const =0
 

Detailed Description

template<size_t Dim>
class CurvedScalarWave::BoundaryCorrections::BoundaryCorrection< Dim >

The base class used to make boundary corrections factory createable so they can be specified in the input file.


The documentation for this class was generated from the following file: