![]() |
(git:936074a)
|
Types to describe group distributions. More...
Data Types | |
| interface | create_group_dist |
| interface | get_group_dist |
| type | group_dist_d0_type |
| type | group_dist_d1_type |
| interface | release_group_dist |
Functions/Subroutines | |
| elemental integer function, public | maxsize (this) |
| ... | |
| elemental integer function, public | group_dist_proc (this, pos) |
| ... | |
Types to describe group distributions.
| elemental integer function, public group_dist_types::maxsize | ( | type(group_dist_d1_type), intent(in) | this | ) |
...
| this | ... |
Definition at line 269 of file group_dist_types.F.
| elemental integer function, public group_dist_types::group_dist_proc | ( | type(group_dist_d1_type), intent(in) | this, |
| integer, intent(in) | pos | ||
| ) |
...
| this | ... |
| pos | ... |
Definition at line 283 of file group_dist_types.F.