22#include <blockforest/communication/UniformBufferedScheme.h>
23#include <field/GhostLayerField.h>
24#include <field/communication/PackInfo.h>
31template <
typename FT,
class PdfStencil, lbmpy::Arch AT = lbmpy::Arch::CPU>
33 using PdfField = field::GhostLayerField<FT, PdfStencil::Size>;
35 template <
class Field>
using PackInfo = field::communication::PackInfo<Field>;
38 template <
class Stencil>
40 blockforest::communication::UniformBufferedScheme<Stencil>;
41 template <
class Stencil>
43 blockforest::communication::UniformBufferedScheme<Stencil>;
\file PackInfoPdfDoublePrecision.cpp \author pystencils
blockforest::communication::UniformBufferedScheme< Stencil > BoundaryCommScheme
field::GhostLayerField< FT, PdfStencil::Size > PdfField
blockforest::communication::UniformBufferedScheme< Stencil > RegularCommScheme
field::GhostLayerField< FT, uint_t{3u}> VectorField
field::communication::PackInfo< Field > PackInfo