DL_MG
Public Attributes | List of all members
dl_mg_omp::block_list_t Type Reference

Public Attributes

integer, dimension(3) dims
 dimensions for the thread block More...
 
integer, dimension(3) grid
 
integer, dimension(:,:), allocatable start
 start indices of of each block first dimension is for the grid index, the secons is the block index More...
 
integer, dimension(:,:), allocatable end
 end indiced of each block Note: some blocks migh cover partially the computational domain More...
 
integer n
 total number of blocks More...
 

Member Data Documentation

◆ dims

integer, dimension(3) dl_mg_omp::block_list_t::dims

dimensions for the thread block

◆ end

integer, dimension(:,:), allocatable dl_mg_omp::block_list_t::end

end indiced of each block Note: some blocks migh cover partially the computational domain

◆ grid

integer, dimension(3) dl_mg_omp::block_list_t::grid

◆ n

integer dl_mg_omp::block_list_t::n

total number of blocks

◆ start

integer, dimension(:,:), allocatable dl_mg_omp::block_list_t::start

start indices of of each block first dimension is for the grid index, the secons is the block index