PartMC 2.1.4
|
A single outstanding request for a remote particle. More...
Public Attributes | |
type(aero_particle_t) | local_aero_particle |
Local aero_particle to maybe coagulate with the received particle. | |
integer | remote_proc |
Remote process number that we sent the request to (-1 means this request is currently not used). | |
integer | local_bin |
Local bin number from which we took local_aero_particle . | |
integer | remote_bin |
Remote bin number from which we requested an aero_particle . | |
logical | active |
Whether this request is currently active. |
A single outstanding request for a remote particle.
Definition at line 47 of file coagulation_dist.F90.
Whether this request is currently active.
Definition at line 59 of file coagulation_dist.F90.
Local aero_particle
to maybe coagulate with the received particle.
Definition at line 50 of file coagulation_dist.F90.
Local bin number from which we took local_aero_particle
.
Definition at line 55 of file coagulation_dist.F90.
Remote bin number from which we requested an aero_particle
.
Definition at line 57 of file coagulation_dist.F90.
Remote process number that we sent the request to (-1 means this request is currently not used).
Definition at line 53 of file coagulation_dist.F90.