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

Type that contains the refinement changes in a tree. More...

Collaboration diagram for m_af_types::ref_info_t:
Collaboration graph
[legend]

Public Attributes

integer n_add = 0
 Total number of added boxes. More...
 
integer n_rm = 0
 Total number removed boxes. More...
 
integer, dimension(:), allocatable rm
 Ids of removed boxes. More...
 
type(ref_lvl_t), dimension(:), allocatable lvls
 Ids of added boxes per level. More...
 

Detailed Description

Type that contains the refinement changes in a tree.

Definition at line 88 of file m_af_types.f90.

Member Data Documentation

◆ n_add

integer m_af_types::ref_info_t::n_add = 0

Total number of added boxes.

Definition at line 89 of file m_af_types.f90.

◆ n_rm

integer m_af_types::ref_info_t::n_rm = 0

Total number removed boxes.

Definition at line 90 of file m_af_types.f90.

◆ rm

integer, dimension(:), allocatable m_af_types::ref_info_t::rm

Ids of removed boxes.

Definition at line 91 of file m_af_types.f90.

◆ lvls

type(ref_lvl_t), dimension(:), allocatable m_af_types::ref_info_t::lvls

Ids of added boxes per level.

Definition at line 92 of file m_af_types.f90.