Octopus
partition_transfer_oct_m::partition_transfer_t Type Reference

The partition transfer object ensures that during a mesh transfer points are associated to the correct ranks, if domain parallelization is used. More...

Detailed Description

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_tmpi_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...
 

Member Data Documentation

◆ mpi_grp

type(mpi_grp_t) partition_transfer_oct_m::partition_transfer_t::mpi_grp
private

Definition at line 138 of file partition_transfer.F90.

◆ rdispls

integer, dimension(:), allocatable partition_transfer_oct_m::partition_transfer_t::rdispls
private

displacements for receiving

Definition at line 140 of file partition_transfer.F90.

◆ sdispls

integer, dimension(:), allocatable partition_transfer_oct_m::partition_transfer_t::sdispls
private

displacements for sending

Definition at line 141 of file partition_transfer.F90.

◆ rcounts

integer, dimension(:), allocatable partition_transfer_oct_m::partition_transfer_t::rcounts
private

counts for receiving

Definition at line 142 of file partition_transfer.F90.

◆ scounts

integer, dimension(:), allocatable partition_transfer_oct_m::partition_transfer_t::scounts
private

counts for sending

Definition at line 143 of file partition_transfer.F90.


The documentation for this type was generated from the following file: