CellInterval.h File Reference

Detailed Description

#include "Cell.h"
#include "core/debug/Debug.h"
#include "core/mpi/BufferSizeTrait.h"
#include "core/mpi/RecvBuffer.h"
#include "core/mpi/SendBuffer.h"
#include <algorithm>
#include <iterator>

Classes

class  walberla::cell::CellInterval
 
class  walberla::cell::CellIntervalIterator
 
struct  walberla::mpi::BufferSizeTrait< CellInterval >
 

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::cell
 
 walberla::mpi
 

Functions

std::ostream & walberla::cell::operator<< (std::ostream &os, const CellInterval &interval)
 output in the form of "[(3,1,5) ... (4,5,8)]" More...
 
std::istream & walberla::cell::operator>> (std::istream &is, CellInterval &interval)
 
template<typename T , typename G >
mpi::GenericSendBuffer< T, G > & walberla::cell::operator<< (mpi::GenericSendBuffer< T, G > &buf, const CellInterval &cellInterval)
 
template<typename T >
mpi::GenericRecvBuffer< T > & walberla::cell::operator>> (mpi::GenericRecvBuffer< T > &buf, CellInterval &cellInterval)