waLBerla 7.2
|
#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 | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::blockforest |
namespace | 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) |