52 size_t indicatorVariable,
55 const ivec3& end = {0, 0, 0});
alsfvm::shared_ptr< reconstruction::Reconstruction > & reconstruction
Definition: NumericalFluxFactory.cpp:101
The Volume class represents a volume (a collection of cells with values for each cell (eg...
Definition: Volume.hpp:30
virtual size_t getNumberOfGhostCells()
getNumberOfGhostCells returns the number of ghost cells we need for this computation ...
Definition: NoReconstruction.cpp:71
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})
Definition: NoReconstruction.cpp:42
Definition: Reconstruction.hpp:21
The NoReconstruction class is the default reconstruction option (eg. none)
Definition: NoReconstruction.hpp:27
Various utility functions to implement the tecno flux.
Definition: types.hpp:30