33 ENOCPU(alsfvm::shared_ptr<memory::MemoryFactory>& memoryFactory,
34 size_t nx,
size_t ny,
size_t nz);
60 size_t indicatorVariable,
63 const ivec3& end = {0, 0, 0});
77 void makeDividedDifferenceArrays(
size_t nx,
size_t ny,
size_t nz);
80 const ivec3& direction,
86 alsfvm::shared_ptr<alsfvm::memory::MemoryFactory> memoryFactory;
89 std::array < alsfvm::shared_ptr<memory::Memory<real> >,
90 order - 1 > dividedDifferences;
alsfvm::shared_ptr< reconstruction::Reconstruction > & reconstruction
Definition: NumericalFluxFactory.cpp:101
ENOCPU(alsfvm::shared_ptr< memory::MemoryFactory > &memoryFactory, size_t nx, size_t ny, size_t nz)
Definition: ENOCPU.cpp:31
The Volume class represents a volume (a collection of cells with values for each cell (eg...
Definition: Volume.hpp:30
size_t nx
Definition: VolumeFactory.cpp:87
Definition: Reconstruction.hpp:21
Definition: Memory.hpp:28
size_t ny
Definition: VolumeFactory.cpp:88
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: ENOCPU.cpp:42
size_t nz
Definition: VolumeFactory.cpp:89
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
virtual size_t getNumberOfGhostCells()
getNumberOfGhostCells returns the number of ghost cells we need for this computation ...
Definition: ENOCPU.cpp:191
Definition: ENOCPU.hpp:31