AddGPUFieldToStorage.h File Reference

Detailed Description

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::gpu
 

Functions

template<typename GPUField_T >
BlockDataID walberla::gpu::addGPUFieldToStorage (const shared_ptr< StructuredBlockStorage > &bs, const std::string &identifier, uint_t fSize, const Layout layout=fzyx, uint_t nrOfGhostLayers=1, bool usePitchedMem=true)
 Adds a gpu::GPUField to a StructuredBlockStorage. More...
 
template<typename Field_T >
BlockDataID walberla::gpu::addGPUFieldToStorage (const shared_ptr< StructuredBlockStorage > &bs, ConstBlockDataID cpuFieldID, const std::string &identifier, bool usePitchedMem=true)
 Adds a gpu::GPUField to a StructuredBlockStorage using data from a CPU field. More...