|
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...
|
|