Describes the neighbours of a process in a specific dimension and contains the communication buffers associated with these.
More...
|
| integer | pid |
| |
| integer | halo_pages =0 |
| |
| integer | halo_corners =0 |
| |
| integer | dimension |
| |
| integer | recv_size |
| |
| integer | send_size |
| |
| integer | recv_corner_size |
| |
| integer | send_corner_size |
| |
| real(kind=default_precision), dimension(:,:,:), allocatable | send_halo_buffer |
| |
| real(kind=default_precision), dimension(:,:,:), allocatable | recv_halo_buffer |
| |
| real(kind=default_precision), dimension(:,:,:), allocatable | send_corner_buffer |
| |
| real(kind=default_precision), dimension(:,:,:), allocatable | recv_corner_buffer |
| |
Describes the neighbours of a process in a specific dimension and contains the communication buffers associated with these.
Definition at line 20 of file communicationtypes.F90.
◆ dimension
| integer communication_types_mod::neighbour_description_type::dimension |
|
private |
◆ halo_corners
| integer communication_types_mod::neighbour_description_type::halo_corners =0 |
|
private |
◆ halo_pages
| integer communication_types_mod::neighbour_description_type::halo_pages =0 |
|
private |
◆ pid
| integer communication_types_mod::neighbour_description_type::pid |
|
private |
Definition at line 21 of file communicationtypes.F90.
21 integer :: pid, halo_pages=0, halo_corners=0, dimension, recv_size, send_size, &
22 recv_corner_size, send_corner_size
◆ recv_corner_buffer
| real(kind=default_precision), dimension(:,:,:), allocatable communication_types_mod::neighbour_description_type::recv_corner_buffer |
|
private |
◆ recv_corner_size
| integer communication_types_mod::neighbour_description_type::recv_corner_size |
|
private |
◆ recv_halo_buffer
| real(kind=default_precision), dimension(:,:,:), allocatable communication_types_mod::neighbour_description_type::recv_halo_buffer |
|
private |
◆ recv_size
| integer communication_types_mod::neighbour_description_type::recv_size |
|
private |
◆ send_corner_buffer
| real(kind=default_precision), dimension(:,:,:), allocatable communication_types_mod::neighbour_description_type::send_corner_buffer |
|
private |
◆ send_corner_size
| integer communication_types_mod::neighbour_description_type::send_corner_size |
|
private |
◆ send_halo_buffer
| real(kind=default_precision), dimension(:,:,:), allocatable communication_types_mod::neighbour_description_type::send_halo_buffer |
|
private |
◆ send_size
| integer communication_types_mod::neighbour_description_type::send_size |
|
private |
The documentation for this type was generated from the following file: