Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
datadist::dist_t Type Reference
Inheritance diagram for datadist::dist_t:
Collaboration diagram for datadist::dist_t:

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.
 

Detailed Description

Definition at line 39 of file datadist.f90.

Member Data Documentation

◆ comm

type(mpi_comm) datadist::dist_t::comm

Definition at line 40 of file datadist.f90.

◆ ip

integer datadist::dist_t::ip

Definition at line 46 of file datadist.f90.

◆ l

integer datadist::dist_t::l

Definition at line 43 of file datadist.f90.

◆ m

integer datadist::dist_t::m

Definition at line 45 of file datadist.f90.

◆ pe_rank

integer datadist::dist_t::pe_rank

Definition at line 41 of file datadist.f90.

◆ pe_size

integer datadist::dist_t::pe_size

Definition at line 42 of file datadist.f90.

◆ r

integer datadist::dist_t::r

Definition at line 44 of file datadist.f90.


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