MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Public Attributes | List of all members
m_octree_mg_3d::mg_buf_t Type Reference

Buffer type (one is used for each pair of communicating processes) More...

Public Attributes

integer i_send
 Index in send array. More...
 
integer i_recv
 
integer i_ix
 
integer, dimension(:), allocatable ix
 Will be used to sort the data. More...
 
real(dp), dimension(:), allocatable send
 
real(dp), dimension(:), allocatable recv
 

Detailed Description

Buffer type (one is used for each pair of communicating processes)

Definition at line 176 of file m_octree_mg_3d.t.

Member Data Documentation

◆ i_ix

integer m_octree_mg_3d::mg_buf_t::i_ix

Definition at line 179 of file m_octree_mg_3d.t.

◆ i_recv

integer m_octree_mg_3d::mg_buf_t::i_recv

Definition at line 178 of file m_octree_mg_3d.t.

◆ i_send

integer m_octree_mg_3d::mg_buf_t::i_send

Index in send array.

Definition at line 177 of file m_octree_mg_3d.t.

◆ ix

integer, dimension(:), allocatable m_octree_mg_3d::mg_buf_t::ix

Will be used to sort the data.

Definition at line 180 of file m_octree_mg_3d.t.

◆ recv

real(dp), dimension(:), allocatable m_octree_mg_3d::mg_buf_t::recv

Definition at line 182 of file m_octree_mg_3d.t.

◆ send

real(dp), dimension(:), allocatable m_octree_mg_3d::mg_buf_t::send

Definition at line 181 of file m_octree_mg_3d.t.


The documentation for this type was generated from the following file: