waLBerla 7.2
Loading...
Searching...
No Matches
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

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