Octopus
|
The partition transfer object ensures that during a mesh transfer points are associated to the correct ranks, if domain parallelization is used. More...
The partition transfer object ensures that during a mesh transfer points are associated to the correct ranks, if domain parallelization is used.
Definition at line 136 of file partition_transfer.F90.
Private Attributes | |
type(mpi_grp_t) | mpi_grp |
integer, dimension(:), allocatable | rdispls |
displacements for receiving More... | |
integer, dimension(:), allocatable | sdispls |
displacements for sending More... | |
integer, dimension(:), allocatable | rcounts |
counts for receiving More... | |
integer, dimension(:), allocatable | scounts |
counts for sending More... | |
|
private |
Definition at line 138 of file partition_transfer.F90.
|
private |
displacements for receiving
Definition at line 140 of file partition_transfer.F90.
|
private |
displacements for sending
Definition at line 141 of file partition_transfer.F90.
|
private |
counts for receiving
Definition at line 142 of file partition_transfer.F90.
|
private |
counts for sending
Definition at line 143 of file partition_transfer.F90.