36#include <cuda_runtime.h>
37#include <helper_cuda.h>
void cudaAllocMeanOut(int lev)
void cudaAllocMeanOutAD(int lev)
Class for LBM-parameter management.
std::shared_ptr< LBMSimulationParameter > getParH(int level) const
Pointer to instance of LBMSimulationParameter - stored on Host System.
std::shared_ptr< LBMSimulationParameter > getParD(int level)
Pointer to instance of LBMSimulationParameter - stored on Device (GPU)
std::shared_ptr< T > SPtr
void calcMeanAD(Parameter *para, uint tdiff)
void resetMean(Parameter *para)
void allocMeanAD(Parameter *para, CudaMemoryManager *cudaMemoryManager)
void allocMean(Parameter *para, CudaMemoryManager *cudaMemoryManager)
void resetMeanAD(Parameter *para)
void calcMean(Parameter *para, uint tdiff)