MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Box data structure. More...
Public Attributes | |
integer | rank |
Which process owns this box. More... | |
integer | id |
Box id (index in boxes(:) array) More... | |
integer | lvl |
Refinement level. More... | |
integer, dimension(1) | ix |
Spatial index. More... | |
integer | parent |
Id of parent. More... | |
integer, dimension(2 **1) | children |
Ids of children. More... | |
integer, dimension(2 *1) | neighbors |
Ids of neighbors. More... | |
real(dp), dimension(1) | r_min |
Minimum coordinate. More... | |
real(dp), dimension(1) | dr |
Grid spacing. More... | |
real(dp), dimension(:, :), allocatable | cc |
Cell-centered data. More... | |
Box data structure.
Definition at line 149 of file m_octree_mg_1d.t.
real(dp), dimension(:, :), allocatable m_octree_mg_1d::mg_box_t::cc |
Cell-centered data.
Definition at line 160 of file m_octree_mg_1d.t.
integer, dimension(2**1) m_octree_mg_1d::mg_box_t::children |
Ids of children.
Definition at line 155 of file m_octree_mg_1d.t.
real(dp), dimension(1) m_octree_mg_1d::mg_box_t::dr |
Grid spacing.
Definition at line 158 of file m_octree_mg_1d.t.
integer m_octree_mg_1d::mg_box_t::id |
Box id (index in boxes(:) array)
Definition at line 151 of file m_octree_mg_1d.t.
integer, dimension(1) m_octree_mg_1d::mg_box_t::ix |
Spatial index.
Definition at line 153 of file m_octree_mg_1d.t.
integer m_octree_mg_1d::mg_box_t::lvl |
Refinement level.
Definition at line 152 of file m_octree_mg_1d.t.
integer, dimension(2*1) m_octree_mg_1d::mg_box_t::neighbors |
Ids of neighbors.
Definition at line 156 of file m_octree_mg_1d.t.
integer m_octree_mg_1d::mg_box_t::parent |
Id of parent.
Definition at line 154 of file m_octree_mg_1d.t.
real(dp), dimension(1) m_octree_mg_1d::mg_box_t::r_min |
Minimum coordinate.
Definition at line 157 of file m_octree_mg_1d.t.
integer m_octree_mg_1d::mg_box_t::rank |
Which process owns this box.
Definition at line 150 of file m_octree_mg_1d.t.