waLBerla 7.2
|
#include <mesa_pd/data/DataTypes.h>
#include <mesa_pd/data/ParticleStorage.h>
#include <mesa_pd/mpi/notifications/NotificationType.h>
#include <mesa_pd/mpi/notifications/reset.h>
#include <core/mpi/Datatype.h>
#include <core/mpi/RecvBuffer.h>
#include <core/mpi/SendBuffer.h>
Classes | |
class | walberla::mesa_pd::NumContactNotification |
Transmits force and torque information. More... | |
struct | walberla::mesa_pd::NumContactNotification::Parameters |
struct | walberla::mpi::BufferSizeTrait< mesa_pd::NumContactNotification > |
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::mpi |
Functions | |
template<> | |
void | walberla::mesa_pd::reset< NumContactNotification > (data::Particle &p) |
void | walberla::mesa_pd::reduce (data::Particle &&p, const NumContactNotification::Parameters &objparam) |
void | walberla::mesa_pd::update (data::Particle &&p, const NumContactNotification::Parameters &objparam) |
template<typename T , typename G > | |
mpi::GenericSendBuffer< T, G > & | walberla::mpi::operator<< (mpi::GenericSendBuffer< T, G > &buf, const mesa_pd::NumContactNotification &obj) |
template<typename T > | |
mpi::GenericRecvBuffer< T > & | walberla::mpi::operator>> (mpi::GenericRecvBuffer< T > &buf, mesa_pd::NumContactNotification::Parameters &objparam) |