Afivo
0.3
|
Type which contains the indices of all boxes at a refinement level, as well as a list with all the "leaf" boxes and non-leaf (parent) boxes. More...
Public Attributes | |
integer, dimension(:), allocatable | ids |
indices of boxes of level More... | |
integer, dimension(:), allocatable | leaves |
all ids(:) that are leaves More... | |
integer, dimension(:), allocatable | parents |
all ids(:) that have children More... | |
Type which contains the indices of all boxes at a refinement level, as well as a list with all the "leaf" boxes and non-leaf (parent) boxes.
Definition at line 76 of file m_af_types.f90.
integer, dimension(:), allocatable m_af_types::lvl_t::ids |
indices of boxes of level
Definition at line 77 of file m_af_types.f90.
integer, dimension(:), allocatable m_af_types::lvl_t::leaves |
all ids(:) that are leaves
Definition at line 78 of file m_af_types.f90.
integer, dimension(:), allocatable m_af_types::lvl_t::parents |
all ids(:) that have children
Definition at line 79 of file m_af_types.f90.