waLBerla 7.2
|
#include <mesa_pd/data/DataTypes.h>
#include <mesa_pd/data/STLOverloads.h>
#include <core/Abort.h>
#include <core/debug/Debug.h>
#include <core/math/AABB.h>
#include <core/mpi/Datatype.h>
#include <core/mpi/RecvBuffer.h>
#include <core/mpi/SendBuffer.h>
#include <core/STLIO.h>
#include <vector>
Classes | |
class | walberla::mesa_pd::data::ContactHistory |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::mesa_pd |
namespace | walberla::mesa_pd::data |
namespace | walberla::mpi |
Functions | |
std::ostream & | walberla::mesa_pd::data::operator<< (std::ostream &os, const ContactHistory &ch) |
template<typename T , typename G > | |
mpi::GenericSendBuffer< T, G > & | walberla::mpi::operator<< (mpi::GenericSendBuffer< T, G > &buf, const mesa_pd::data::ContactHistory &obj) |
template<typename T > | |
mpi::GenericRecvBuffer< T > & | walberla::mpi::operator>> (mpi::GenericRecvBuffer< T > &buf, mesa_pd::data::ContactHistory &objparam) |