27 ENOCUDA(alsfvm::shared_ptr<memory::MemoryFactory>& memoryFactory,
28 size_t nx,
size_t ny,
size_t nz);
58 void makeDividedDifferenceArrays(
size_t nx,
size_t ny,
size_t nz);
65 const ivec3& direction,
70 alsfvm::shared_ptr<memory::MemoryFactory> memoryFactory;
73 std::array < alsfvm::shared_ptr<memory::Memory<real> >,
74 order - 1 > dividedDifferences;
virtual void performReconstruction(const volume::Volume &leftInput, const volume::Volume &rightInput, size_t direction, volume::Volume &leftOutput, volume::Volume &rightOutput)
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
Definition: ENOCUDA.hpp:24
Definition: TecnoReconstruction.hpp:38
size_t nx
Definition: VolumeFactory.cpp:87
Definition: Memory.hpp:28
size_t ny
Definition: VolumeFactory.cpp:88
virtual size_t getNumberOfGhostCells() const
getNumberOfGhostCells returns the number of ghost cells we need for this computation ...
size_t nz
Definition: VolumeFactory.cpp:89
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
ENOCUDA(alsfvm::shared_ptr< memory::MemoryFactory > &memoryFactory, size_t nx, size_t ny, size_t nz)