Streaming.h File Reference

Detailed Description

#include "lbm/field/PdfField.h"
#include "lbm/lattice_model/LatticeModelBase.h"
#include "core/debug/Debug.h"
#include "field/iterators/IteratorMacros.h"
#include "stencil/D3Q19.h"
#include "stencil/Directions.h"
#include <type_traits>

Classes

struct  walberla::lbm::Stream< LatticeModel_T, FlagField_T, Enable >
 
struct  walberla::lbm::StreamEverything< LatticeModel_T, Enable >
 
struct  walberla::lbm::Stream< LatticeModel_T, FlagField_T, typename std::enable_if< ! std::is_same< typename LatticeModel_T::Stencil, stencil::D3Q19 >::value >::type >
 
struct  walberla::lbm::Stream< LatticeModel_T, FlagField_T, typename std::enable_if< std::is_same< typename LatticeModel_T::Stencil, stencil::D3Q19 >::value >::type >
 
struct  walberla::lbm::StreamEverything< LatticeModel_T, typename std::enable_if< ! std::is_same< typename LatticeModel_T::Stencil, stencil::D3Q19 >::value >::type >
 
struct  walberla::lbm::StreamEverything< LatticeModel_T, typename std::enable_if< std::is_same< typename LatticeModel_T::Stencil, stencil::D3Q19 >::value >::type >
 

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::lbm