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

The base class used to create boundary corrections from input files and store them in the global cache. More...

#include <BoundaryCorrection.hpp>

Public Types

using creatable_classes = tmpl::list< Rusanov< 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 ScalarAdvection::BoundaryCorrections::BoundaryCorrection< Dim >

The base class used to create boundary corrections from input files and store them in the global cache.


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