Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Public Attributes | |
type(mpi_comm) | comm |
Communicator on which the dist. is defined. | |
integer | pe_rank |
Pe's rank in the given distribution. | |
integer | pe_size |
Size of communicator in the given dist. | |
integer | l |
integer | r |
integer | m |
Total, global, size. | |
integer | ip |
Number of local values on this process. | |
Definition at line 39 of file datadist.f90.
type(mpi_comm) datadist::dist_t::comm |
Definition at line 40 of file datadist.f90.
integer datadist::dist_t::ip |
Definition at line 46 of file datadist.f90.
integer datadist::dist_t::l |
Definition at line 43 of file datadist.f90.
integer datadist::dist_t::m |
Definition at line 45 of file datadist.f90.
integer datadist::dist_t::pe_rank |
Definition at line 41 of file datadist.f90.
integer datadist::dist_t::pe_size |
Definition at line 42 of file datadist.f90.
integer datadist::dist_t::r |
Definition at line 44 of file datadist.f90.