walberla::lbm_generated::internal::UniformPackingKernelsWrapper< PdfField_T, inplace > Class Template Referenceabstract

#include <UniformGeneratedPdfPackInfo.h>

Public Member Functions

void packAll (PdfField_T *srcField, CellInterval &ci, unsigned char *outBuffer) const =0
 
void unpackAll (PdfField_T *dstField, CellInterval &ci, unsigned char *inBuffer) const =0
 
void localCopyAll (PdfField_T *srcField, CellInterval &srcInterval, PdfField_T *dstField, CellInterval &dstInterval) const =0
 
void packDirection (PdfField_T *srcField, CellInterval &ci, unsigned char *outBuffer, const Direction dir) const =0
 
void unpackDirection (PdfField_T *dstField, CellInterval &ci, unsigned char *inBuffer, const Direction dir) const =0
 
void localCopyDirection (PdfField_T *srcField, CellInterval &srcInterval, PdfField_T *dstField, CellInterval &dstInterval, const Direction dir) const =0
 
uint_t size (CellInterval &ci, const Direction dir) const =0
 
uint_t size (CellInterval &ci) const =0
 

Member Function Documentation

◆ localCopyAll()

template<typename PdfField_T , bool inplace>
void walberla::lbm_generated::internal::UniformPackingKernelsWrapper< PdfField_T, inplace >::localCopyAll ( PdfField_T srcField,
CellInterval srcInterval,
PdfField_T dstField,
CellInterval dstInterval 
) const
pure virtual

◆ localCopyDirection()

template<typename PdfField_T , bool inplace>
void walberla::lbm_generated::internal::UniformPackingKernelsWrapper< PdfField_T, inplace >::localCopyDirection ( PdfField_T srcField,
CellInterval srcInterval,
PdfField_T dstField,
CellInterval dstInterval,
const Direction  dir 
) const
pure virtual

◆ packAll()

template<typename PdfField_T , bool inplace>
void walberla::lbm_generated::internal::UniformPackingKernelsWrapper< PdfField_T, inplace >::packAll ( PdfField_T srcField,
CellInterval ci,
unsigned char *  outBuffer 
) const
pure virtual

◆ packDirection()

template<typename PdfField_T , bool inplace>
void walberla::lbm_generated::internal::UniformPackingKernelsWrapper< PdfField_T, inplace >::packDirection ( PdfField_T srcField,
CellInterval ci,
unsigned char *  outBuffer,
const Direction  dir 
) const
pure virtual

◆ size() [1/2]

template<typename PdfField_T , bool inplace>
uint_t walberla::lbm_generated::internal::UniformPackingKernelsWrapper< PdfField_T, inplace >::size ( CellInterval ci) const
pure virtual

◆ size() [2/2]

template<typename PdfField_T , bool inplace>
uint_t walberla::lbm_generated::internal::UniformPackingKernelsWrapper< PdfField_T, inplace >::size ( CellInterval ci,
const Direction  dir 
) const
pure virtual

◆ unpackAll()

template<typename PdfField_T , bool inplace>
void walberla::lbm_generated::internal::UniformPackingKernelsWrapper< PdfField_T, inplace >::unpackAll ( PdfField_T dstField,
CellInterval ci,
unsigned char *  inBuffer 
) const
pure virtual

◆ unpackDirection()

template<typename PdfField_T , bool inplace>
void walberla::lbm_generated::internal::UniformPackingKernelsWrapper< PdfField_T, inplace >::unpackDirection ( PdfField_T dstField,
CellInterval ci,
unsigned char *  inBuffer,
const Direction  dir 
) const
pure virtual

The documentation for this class was generated from the following file: