PartMC 2.1.4
Public Attributes
pmc_coagulation_dist::request_t Type Reference

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

List of all members.

Public Attributes

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

Detailed Description

A single outstanding request for a remote particle.

Definition at line 47 of file coagulation_dist.F90.


Member Data Documentation

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.


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