MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Modules | Variables
mod_connectivity.t File Reference

Go to the source code of this file.

Modules

module  mod_connectivity
 This module contains variables that describe the connectivity of the mesh and also data structures for connectivity-related communication.
 

Variables

integer, parameter mod_connectivity::neighbor_boundary = 1
 
integer, parameter mod_connectivity::neighbor_coarse = 2
 
integer, parameter mod_connectivity::neighbor_sibling = 3
 
integer, parameter mod_connectivity::neighbor_fine = 4
 
integer, dimension(:,:^d &,:), allocatable mod_connectivity::neighbor
 
integer, dimension(:,:^d &,:), allocatable mod_connectivity::neighbor_child
 
integer, dimension(:^d &,:), allocatable mod_connectivity::neighbor_type
 
logical, dimension(:^d &,:), allocatable mod_connectivity::neighbor_active
 
integer, dimension(:^d &,:), allocatable mod_connectivity::neighbor_pole
 
integer, dimension(:), allocatable mod_connectivity::igrids
 
integer, dimension(:), allocatable mod_connectivity::igrids_active
 
integer, dimension(:), allocatable mod_connectivity::igrids_passive
 
integer mod_connectivity::igridstail
 
integer mod_connectivity::igridstail_active
 
integer mod_connectivity::igridstail_passive
 
integer, dimension(^nd) mod_connectivity::nrecv_fc
 
integer, dimension(^nd) mod_connectivity::nsend_fc
 
integer, dimension(^nd) mod_connectivity::nrecv_cc
 
integer, dimension(^nd) mod_connectivity::nsend_cc