Type containing data for high-order finite differences, used in defect correction.
More...
|
| logical | initialised |
| |
| integer | sx |
| |
| integer | ex |
| |
| integer | sy |
| |
| integer | ey |
| |
| integer | sz |
| |
| integer | ez |
| | global indices range of the local grid on this rank More...
|
| |
| integer, dimension(3) | gs |
| | global start indices, needed for PBC More...
|
| |
| integer | mx |
| |
| integer | my |
| |
| integer | mz |
| | per-MPI rank fine grid size More...
|
| |
| integer | order |
| | approximation order for finite difference formula direction (x=1,y=2,z=3). More...
|
| |
| integer, dimension(3) | num_neighbours_recv_l |
| | Number of neighbours in the "left" direction, or direction of decreasing global indexes in x, y, z for. More...
|
| |
| integer, dimension(3) | num_neighbours_send_l |
| |
| integer, dimension(3) | num_neighbours_recv_r |
| | Number of neighbours in the "right" direction, or direction of increasing global indexes in x, y, z for. More...
|
| |
| integer, dimension(3) | num_neighbours_send_r |
| |
| type(map_array2_t), dimension(3) | halo_map_recv_l |
| |
| type(map_array2_t), dimension(3) | halo_map_recv_r |
| |
| type(map_array2_t), dimension(3) | halo_map_send_l |
| |
| type(map_array2_t), dimension(3) | halo_map_send_r |
| | Contains the global index ranges (1,2) and. More...
|
| |
| integer, dimension(6, 2, 3) | halo_indices |
| | halo's indices in the following order start-end (xs,xe,ys,ye,zs,ze), left-right halo, dimension x ->1, y->2, z->3 More...
|
| |
Type containing data for high-order finite differences, used in defect correction.
| integer, dimension(6,2,3) dl_mg_types::fd_t::halo_indices |
halo's indices in the following order start-end (xs,xe,ys,ye,zs,ze), left-right halo, dimension x ->1, y->2, z->3