waLBerla 7.2
Loading...
Searching...
No Matches
BlockInfo.h File Reference

Detailed Description

#include <core/mpi/RecvBuffer.h>
#include <core/mpi/SendBuffer.h>
#include <ostream>

Classes

struct  walberla::blockforest::BlockInfo
 

Namespaces

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
 
namespace  walberla::blockforest
 

Functions

BlockInfo walberla::blockforest::operator+ (const BlockInfo &lhs, const BlockInfo &rhs)
 
std::ostream & walberla::blockforest::operator<< (std::ostream &os, const BlockInfo &bi)
 
template<typename T , typename G >
mpi::GenericSendBuffer< T, G > & walberla::blockforest::operator<< (mpi::GenericSendBuffer< T, G > &buf, const BlockInfo &info)
 
template<typename T >
mpi::GenericRecvBuffer< T > & walberla::blockforest::operator>> (mpi::GenericRecvBuffer< T > &buf, BlockInfo &info)