Alsvinn  0.5.3
The fast FVM simulator with UQ support
Public Member Functions | List of all members
alsfvm::reconstruction::tecno::ENOCUDA< order > Class Template Reference

#include <alsfvm/reconstruction/tecno/ENOCUDA.hpp>

Inheritance diagram for alsfvm::reconstruction::tecno::ENOCUDA< order >:
alsfvm::reconstruction::tecno::TecnoReconstruction

Public Member Functions

 ENOCUDA (alsfvm::shared_ptr< memory::MemoryFactory > &memoryFactory, size_t nx, size_t ny, size_t nz)
 
virtual void performReconstruction (const volume::Volume &leftInput, const volume::Volume &rightInput, size_t direction, volume::Volume &leftOutput, volume::Volume &rightOutput)
 
virtual size_t getNumberOfGhostCells () const
 getNumberOfGhostCells returns the number of ghost cells we need for this computation More...
 
- Public Member Functions inherited from alsfvm::reconstruction::tecno::TecnoReconstruction
virtual ~TecnoReconstruction ()
 

Constructor & Destructor Documentation

◆ ENOCUDA()

template<int order>
alsfvm::reconstruction::tecno::ENOCUDA< order >::ENOCUDA ( alsfvm::shared_ptr< memory::MemoryFactory > &  memoryFactory,
size_t  nx,
size_t  ny,
size_t  nz 
)

Member Function Documentation

◆ getNumberOfGhostCells()

template<int order>
virtual size_t alsfvm::reconstruction::tecno::ENOCUDA< order >::getNumberOfGhostCells ( ) const
virtual

getNumberOfGhostCells returns the number of ghost cells we need for this computation

Returns
order.

Implements alsfvm::reconstruction::tecno::TecnoReconstruction.

◆ performReconstruction()

template<int order>
virtual void alsfvm::reconstruction::tecno::ENOCUDA< order >::performReconstruction ( const volume::Volume leftInput,
const volume::Volume rightInput,
size_t  direction,
volume::Volume leftOutput,
volume::Volume rightOutput 
)
virtual

Applies the reconstruction.

Parameters
[in]leftInputthe left values to use for reconstruction
[in]rightInputthe right values to use for reconstruction
[in]directionthe direction (0=x, 1=y, 2=y)
[out]leftOutputat the end, should contain reconstructed values
[out]rightOutputat the end, should contain the reconstructed values

Implements alsfvm::reconstruction::tecno::TecnoReconstruction.


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