48 size_t indicatorVariable,
51 const ivec3& end = {0, 0, 0}) = 0;
alsfvm::shared_ptr< reconstruction::Reconstruction > & reconstruction
Definition: NumericalFluxFactory.cpp:101
virtual size_t getNumberOfGhostCells()=0
getNumberOfGhostCells returns the number of ghost cells we need for this computation ...
The Volume class represents a volume (a collection of cells with values for each cell (eg...
Definition: Volume.hpp:30
Definition: Reconstruction.hpp:21
virtual ~Reconstruction()
Definition: Reconstruction.hpp:23
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
virtual void performReconstruction(const volume::Volume &inputVariables, size_t direction, size_t indicatorVariable, volume::Volume &leftOut, volume::Volume &rightOut, const ivec3 &start={0, 0, 0}, const ivec3 &end={0, 0, 0})=0