|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Defines practical data distributions.
Data Types | |
| type | dist_t |
| interface | linear_dist_t |
| Load-balanced linear distribution \( M = PL + R \). More... | |
Functions/Subroutines | |
| type(linear_dist_t) function, target | linear_dist_init (n, rank, size, comm) |
| pure integer function | linear_dist_ip (this) |
| pure integer function | linear_dist_m (this) |
| pure integer function | linear_dist_start (this) |
| integer function | linear_dist_end (this) |
Definition at line 102 of file datadist.f90.
|
private |
| [in] | n | Total size |
| rank | PE's rank to define the dist. over | |
| size | Size of comm where the dist. is def. on | |
| comm | comm. to define the dist. over |
Definition at line 66 of file datadist.f90.

Definition at line 84 of file datadist.f90.
Definition at line 90 of file datadist.f90.
Definition at line 96 of file datadist.f90.