(git:c5411e0)
Loading...
Searching...
No Matches
distribution_1d_types::distribution_1d_type Type Reference

structure to store local (to a processor) ordered lists of integers. More...

Data Fields

integer ref_count = -1
 
logical listbased_distribution = .FALSE.
 
integer, dimension(:), pointer n_el => NULL()
 
type(cp_1d_i_p_type), dimension(:), pointer list => NULL()
 
type(mp_para_env_type), pointer para_env => NULL()
 
type(local_particle_type), dimension(:), pointer local_particle_set => NULL()
 

Detailed Description

structure to store local (to a processor) ordered lists of integers.

Parameters
ref_countreference count (see doc/ReferenceCounting.html)
n_eln_el(i) is number of elements of list(i)
listlist(i) contains an ordered list of integer (the array might be bigger than n_el(i), but the extra elements should be ignored)
para_envthe parallel environment underlying the distribution
listbased_distributiontrue if each list has its own distribution
History
06.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 62 of file distribution_1d_types.F.

Field Documentation

◆ ref_count

integer distribution_1d_types::distribution_1d_type::ref_count = -1

Definition at line 63 of file distribution_1d_types.F.

◆ listbased_distribution

logical distribution_1d_types::distribution_1d_type::listbased_distribution = .FALSE.

Definition at line 64 of file distribution_1d_types.F.

◆ n_el

integer, dimension(:), pointer distribution_1d_types::distribution_1d_type::n_el => NULL()

Definition at line 65 of file distribution_1d_types.F.

◆ list

type(cp_1d_i_p_type), dimension(:), pointer distribution_1d_types::distribution_1d_type::list => NULL()

Definition at line 66 of file distribution_1d_types.F.

◆ para_env

type(mp_para_env_type), pointer distribution_1d_types::distribution_1d_type::para_env => NULL()

Definition at line 67 of file distribution_1d_types.F.

◆ local_particle_set

type(local_particle_type), dimension(:), pointer distribution_1d_types::distribution_1d_type::local_particle_set => NULL()

Definition at line 68 of file distribution_1d_types.F.


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