0.6.0
Loading...
Searching...
No Matches
mod_mpi_exchange::mpi_exchange_cell Interface Reference

Public Member Functions

subroutine mpi_exchange_scalar_cell_double (array)
 Wrapper for mpi_exchange_scalar_cell_double without the mpi_cell variable.
 
subroutine mpi_exchange_scalar_cell_integer (array)
 Wrapper for mpi_exchange_scalar_cell_integer without the mpi_cell variable.
 
subroutine mpi_exchange_scalar_cell_logical (array)
 Wrapper for mpi_exchange_scalar_cell_logical without the mpi_cell variable.
 
subroutine mpi_exchange_vector_cell_double (array)
 Wrapper for mpi_exchange_scalar_vector_double without the mpi_cell variable.
 

Member Function/Subroutine Documentation

◆ mpi_exchange_scalar_cell_double()

subroutine mod_mpi_exchange::mpi_exchange_cell::mpi_exchange_scalar_cell_double ( double precision, dimension(:,:,:), intent(inout) array)

Wrapper for mpi_exchange_scalar_cell_double without the mpi_cell variable.

Parameters
[in,out]arraythe field of doubles to be exchanged

◆ mpi_exchange_scalar_cell_integer()

subroutine mod_mpi_exchange::mpi_exchange_cell::mpi_exchange_scalar_cell_integer ( integer, dimension(:,:,:), intent(inout) array)

Wrapper for mpi_exchange_scalar_cell_integer without the mpi_cell variable.

Parameters
[in,out]arraythe field of integers to be exchanged

◆ mpi_exchange_scalar_cell_logical()

subroutine mod_mpi_exchange::mpi_exchange_cell::mpi_exchange_scalar_cell_logical ( logical, dimension(:,:,:), intent(inout) array)

Wrapper for mpi_exchange_scalar_cell_logical without the mpi_cell variable.

Parameters
[in,out]arraythe field of logicals to be exchanged

◆ mpi_exchange_vector_cell_double()

subroutine mod_mpi_exchange::mpi_exchange_cell::mpi_exchange_vector_cell_double ( double precision, dimension(:,:,:,:), intent(inout) array)

Wrapper for mpi_exchange_scalar_vector_double without the mpi_cell variable.

Parameters
[in,out]arraythe field of logicals to be exchanged

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