|
PartMC
2.4.0
|
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. More... | |
| integer | remote_proc |
| Remote process number that we sent the request to (-1 means this request is currently not used). More... | |
| integer | local_bin |
Local bin number from which we took local_aero_particle. More... | |
| integer | remote_bin |
Remote bin number from which we requested an aero_particle. More... | |
| logical | active |
| Whether this request is currently active. More... | |
A single outstanding request for a remote particle.
Definition at line 48 of file coagulation_dist.F90.
| logical pmc_coagulation_dist::request_t::active |
Whether this request is currently active.
Definition at line 60 of file coagulation_dist.F90.
| type(aero_particle_t) pmc_coagulation_dist::request_t::local_aero_particle |
Local aero_particle to maybe coagulate with the received particle.
Definition at line 51 of file coagulation_dist.F90.
| integer pmc_coagulation_dist::request_t::local_bin |
Local bin number from which we took local_aero_particle.
Definition at line 56 of file coagulation_dist.F90.
| integer pmc_coagulation_dist::request_t::remote_bin |
Remote bin number from which we requested an aero_particle.
Definition at line 58 of file coagulation_dist.F90.
| integer pmc_coagulation_dist::request_t::remote_proc |
Remote process number that we sent the request to (-1 means this request is currently not used).
Definition at line 54 of file coagulation_dist.F90.