waLBerla 7.2
|
#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 | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::cell |
namespace | walberla::mpi |
namespace | std |
STL namespace. | |
Functions | |
Stream operators | |
std::ostream & | walberla::cell::operator<< (std::ostream &os, const Cell &cell) |
Stream output operator for a Cell object. | |
std::istream & | walberla::cell::operator>> (std::istream &is, Cell &cell) |
Stream input operator for a Cell object. | |
std::size_t | walberla::cell::hash_value (const Cell &cell) |
Provides a hash value for a Cell based on its coordinates. | |
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) |