Afivo  0.3
Public Attributes | List of all members
m_af_types::lvl_t Type Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ ids

integer, dimension(:), allocatable m_af_types::lvl_t::ids

indices of boxes of level

Definition at line 77 of file m_af_types.f90.

◆ leaves

integer, dimension(:), allocatable m_af_types::lvl_t::leaves

all ids(:) that are leaves

Definition at line 78 of file m_af_types.f90.

◆ parents

integer, dimension(:), allocatable m_af_types::lvl_t::parents

all ids(:) that have children

Definition at line 79 of file m_af_types.f90.