ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <LBWalberlaImpl.hpp>
Public Types | |
using | PdfField = field::GhostLayerField< FT, Stencil::Size > |
using | VectorField = field::GhostLayerField< FT, uint_t{3u}> |
template<class Field > | |
using | PackInfo = field::communication::PackInfo< Field > |
using | PackInfoStreamingPdf = typename detail::KernelTrait< FT, AT >::PackInfoPdf |
using | PackInfoStreamingVec = typename detail::KernelTrait< FT, AT >::PackInfoVec |
template<class Stencil > | |
using | RegularCommScheme = blockforest::communication::UniformBufferedScheme< Stencil > |
template<class Stencil > | |
using | BoundaryCommScheme = blockforest::communication::UniformBufferedScheme< Stencil > |
Definition at line 117 of file LBWalberlaImpl.hpp.
using walberla::LBWalberlaImpl< FloatType, Architecture >::FieldTrait< FT, AT >::BoundaryCommScheme = blockforest::communication::UniformBufferedScheme<Stencil> |
Definition at line 130 of file LBWalberlaImpl.hpp.
using walberla::LBWalberlaImpl< FloatType, Architecture >::FieldTrait< FT, AT >::PackInfo = field::communication::PackInfo<Field> |
Definition at line 121 of file LBWalberlaImpl.hpp.
using walberla::LBWalberlaImpl< FloatType, Architecture >::FieldTrait< FT, AT >::PackInfoStreamingPdf = typename detail::KernelTrait<FT, AT>::PackInfoPdf |
Definition at line 122 of file LBWalberlaImpl.hpp.
using walberla::LBWalberlaImpl< FloatType, Architecture >::FieldTrait< FT, AT >::PackInfoStreamingVec = typename detail::KernelTrait<FT, AT>::PackInfoVec |
Definition at line 124 of file LBWalberlaImpl.hpp.
using walberla::LBWalberlaImpl< FloatType, Architecture >::FieldTrait< FT, AT >::PdfField = field::GhostLayerField<FT, Stencil::Size> |
Definition at line 118 of file LBWalberlaImpl.hpp.
using walberla::LBWalberlaImpl< FloatType, Architecture >::FieldTrait< FT, AT >::RegularCommScheme = blockforest::communication::UniformBufferedScheme<Stencil> |
Definition at line 127 of file LBWalberlaImpl.hpp.
using walberla::LBWalberlaImpl< FloatType, Architecture >::FieldTrait< FT, AT >::VectorField = field::GhostLayerField<FT, uint_t{3u}> |
Definition at line 119 of file LBWalberlaImpl.hpp.