PartMC  2.5.0
Public Attributes | List of all members
pmc_coagulation_dist::request_t Type Reference

A single outstanding request for a remote particle. More...

Public Attributes

type(aero_particle_tlocal_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...
 

Detailed Description

A single outstanding request for a remote particle.

Definition at line 48 of file coagulation_dist.F90.

Member Data Documentation

◆ active

logical pmc_coagulation_dist::request_t::active

Whether this request is currently active.

Definition at line 60 of file coagulation_dist.F90.

◆ local_aero_particle

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.

◆ local_bin

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.

◆ remote_bin

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.

◆ remote_proc

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.


The documentation for this type was generated from the following file: