26#include <blockforest/communication/UniformBufferedScheme.h>
27#include <gpu/GPUField.h>
28#include <gpu/communication/MemcpyPackInfo.h>
29#include <gpu/communication/UniformGPUScheme.h>
32template <
typename FT,
class PdfStencil>
36 template <
class Field>
37 using MemcpyPackInfo = gpu::communication::MemcpyPackInfo<Field>;
40 template <
typename Stencil>
41 class UniformGPUScheme
42 :
public gpu::communication::UniformGPUScheme<Stencil> {
45 : gpu::communication::UniformGPUScheme<Stencil>(
51 template <
class Field>
using PackInfo = MemcpyPackInfo<Field>;
55 template <
class Stencil>
57 blockforest::communication::UniformBufferedScheme<Stencil>;
\file PackInfoPdfDoublePrecision.cpp \author pystencils
blockforest::communication::UniformBufferedScheme< Stencil > BoundaryCommScheme
MemcpyPackInfo< Field > PackInfo
gpu::GPUField< FT > PdfField
UniformGPUScheme< Stencil > RegularCommScheme
gpu::GPUField< FT > VectorField