waLBerla 7.3
Loading...
Searching...
No Matches
CellVector.h File Reference

Detailed Description

#include "Cell.h"
#include "CellInterval.h"
#include "core/DataTypes.h"
#include "core/mpi/BufferDataTypeExtensions.h"
#include "core/mpi/RecvBuffer.h"
#include "core/mpi/SendBuffer.h"
#include <vector>

Classes

class  walberla::cell::CellVector
 A vector of cells. More...
class  walberla::CellVector
 A vector of cells. More...

Namespaces

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

Functions

std::ostream & walberla::cell::operator<< (std::ostream &os, const CellVector &cells)
 Output stream operator for CellIntervals.
template<typename T, typename G>
mpi::GenericSendBuffer< T, G > & walberla::cell::operator<< (mpi::GenericSendBuffer< T, G > &buf, const CellVector &cellVector)
template<typename T>
mpi::GenericRecvBuffer< T > & walberla::cell::operator>> (mpi::GenericRecvBuffer< T > &buf, CellVector &cellVector)