OpenLB 1.7
|
#include <particleCommunicator.h>
Public Member Functions | |
ParticleCommunicator () | |
~ParticleCommunicator () | |
ParticleCommunicator (const ParticleCommunicator &)=delete | |
ParticleCommunicator & | operator= (const ParticleCommunicator &)=delete |
ParticleCommunicator (ParticleCommunicator &&)=delete | |
ParticleCommunicator & | operator= (ParticleCommunicator &&)=delete |
Public Attributes | |
MPI_Comm | particleDistribution |
MPI_Comm | surfaceForceComm |
Communicator for particle distribution communication. | |
MPI_Comm | wallContactDetectionComm |
Communicator for surface force communication. | |
MPI_Comm | particleContactDetectionComm |
Communicator for wall contact detection communication. | |
MPI_Comm | contactTreatmentComm |
Communicator for particle contact detection communication. | |
MPI_Comm | equationsOfMotionComm |
Communicator for contact treatment results communication. | |
Definition at line 35 of file particleCommunicator.h.
olb::particles::communication::ParticleCommunicator::ParticleCommunicator | ( | ) |
Definition at line 33 of file particleCommunicator.hh.
References contactTreatmentComm, equationsOfMotionComm, particleContactDetectionComm, particleDistribution, surfaceForceComm, and wallContactDetectionComm.
olb::particles::communication::ParticleCommunicator::~ParticleCommunicator | ( | ) |
Definition at line 58 of file particleCommunicator.hh.
References contactTreatmentComm, equationsOfMotionComm, particleContactDetectionComm, particleDistribution, surfaceForceComm, and wallContactDetectionComm.
|
delete |
|
delete |
|
delete |
|
delete |
MPI_Comm olb::particles::communication::ParticleCommunicator::contactTreatmentComm |
Communicator for particle contact detection communication.
Definition at line 53 of file particleCommunicator.h.
MPI_Comm olb::particles::communication::ParticleCommunicator::equationsOfMotionComm |
Communicator for contact treatment results communication.
Definition at line 55 of file particleCommunicator.h.
MPI_Comm olb::particles::communication::ParticleCommunicator::particleContactDetectionComm |
Communicator for wall contact detection communication.
Definition at line 51 of file particleCommunicator.h.
MPI_Comm olb::particles::communication::ParticleCommunicator::particleDistribution |
Definition at line 46 of file particleCommunicator.h.
MPI_Comm olb::particles::communication::ParticleCommunicator::surfaceForceComm |
Communicator for particle distribution communication.
Definition at line 47 of file particleCommunicator.h.
MPI_Comm olb::particles::communication::ParticleCommunicator::wallContactDetectionComm |
Communicator for surface force communication.
Definition at line 49 of file particleCommunicator.h.