|
MPI-AMRVAC 3.2
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Box data structure. More...
Public Attributes | |
| integer | rank |
| Which process owns this box. | |
| integer | id |
| Box id (index in boxes(:) array) | |
| integer | lvl |
| Refinement level. | |
| integer, dimension(1) | ix |
| Spatial index. | |
| integer | parent |
| Id of parent. | |
| integer, dimension(2 **1) | children |
| Ids of children. | |
| integer, dimension(2 *1) | neighbors |
| Ids of neighbors. | |
| real(dp), dimension(1) | r_min |
| Minimum coordinate. | |
| real(dp), dimension(1) | dr |
| Grid spacing. | |
| real(dp), dimension(:, :), allocatable | cc |
| Cell-centered data. | |
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.