Cell.h File Reference

Detailed Description

#include "core/DataTypes.h"
#include "core/debug/Debug.h"
#include "core/math/Vector3.h"
#include "core/mpi/BufferSizeTrait.h"
#include "core/mpi/RecvBuffer.h"
#include "core/mpi/SendBuffer.h"
#include <algorithm>
#include <iterator>
#include <iostream>

Classes

class  walberla::cell::Cell
 A representation of a Cell's coordinates (in 3D) More...
 
struct  walberla::mpi::BufferSizeTrait< Cell >
 
struct  std::hash< walberla::Cell >
 

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

Stream operators
std::ostream & walberla::cell::operator<< (std::ostream &os, const Cell &cell)
 Stream output operator for a Cell object. More...
 
std::istream & walberla::cell::operator>> (std::istream &is, Cell &cell)
 Stream input operator for a Cell object. More...
 
std::size_t walberla::cell::hash_value (const Cell &cell)
 Provides a hash value for a Cell based on its coordinates. More...
 
template<typename T , typename G >
mpi::GenericSendBuffer< T, G > & walberla::cell::operator<< (mpi::GenericSendBuffer< T, G > &buf, const Cell &cell)
 
template<typename T >
mpi::GenericRecvBuffer< T > & walberla::cell::operator>> (mpi::GenericRecvBuffer< T > &buf, Cell &cell)
 
Stream operators
std::ostream & walberla::cell::operator<< (std::ostream &os, const Cell &cell)
 Stream output operator for a Cell object. More...
 
std::istream & walberla::cell::operator>> (std::istream &is, Cell &cell)
 Stream input operator for a Cell object. More...
 
std::size_t walberla::cell::hash_value (const Cell &cell)
 Provides a hash value for a Cell based on its coordinates. More...
 
template<typename T , typename G >
mpi::GenericSendBuffer< T, G > & walberla::cell::operator<< (mpi::GenericSendBuffer< T, G > &buf, const Cell &cell)
 
template<typename T >
mpi::GenericRecvBuffer< T > & walberla::cell::operator>> (mpi::GenericRecvBuffer< T > &buf, Cell &cell)