|
| 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 | mod_connectivity::igridstail |
| |
| integer | mod_connectivity::igridstail_active |
| |
| integer | mod_connectivity::igridstail_passive |
| |
| integer, dimension(:,:^d &,:), allocatable | mod_connectivity::neighbor |
| |
| integer, dimension(:,:^d &,:), allocatable | mod_connectivity::neighbor_child |
| |
| integer, dimension(:^d &,:), allocatable | mod_connectivity::neighbor_type |
| |
| 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, 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 |
| |
| logical, dimension(:^d &,:), allocatable | mod_connectivity::neighbor_active |
| |