#include "Types.h"
#include "Utility.h"
#include "core/debug/Debug.h"
#include "core/math/Uint.h"
#include "core/mpi/RecvBuffer.h"
#include "core/mpi/SendBuffer.h"
#include "domain_decomposition/IBlockID.h"
#include <limits>
#include <ostream>
#include <vector>
#include "blockforest/CMakeDefs.h"
Classes | |
class | walberla::blockforest::BlockID |
struct | walberla::mpi::BufferSizeTrait< blockforest::BlockID > |
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::blockforest | |
walberla::mpi | |
Typedefs | |
using | walberla::BlockID = blockforest::BlockID |
Functions | |
template<typename T , typename G > | |
mpi::GenericSendBuffer< T, G > & | walberla::mpi::operator<< (mpi::GenericSendBuffer< T, G > &buffer, const blockforest::BlockID &id) |
template<typename T > | |
mpi::GenericRecvBuffer< T > & | walberla::mpi::operator>> (mpi::GenericRecvBuffer< T > &buffer, blockforest::BlockID &id) |