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

Public Member Functions

subroutine mpi_exchange_face_field_double (field)
 Wrapper for mpi_exchange_face_field_double_typed without the mpi_face_* variable.
 
subroutine mpi_exchange_face_field_integer (field)
 Wrapper for mpi_exchange_face_field_integer_typed without the mpi_face_* variable.
 
subroutine mpi_exchange_face_field_logical (field)
 Wrapper for mpi_exchange_face_field_logical_typed without the mpi_face_* variable.
 

Member Function/Subroutine Documentation

◆ mpi_exchange_face_field_double()

subroutine mod_mpi_exchange::mpi_exchange_face::mpi_exchange_face_field_double ( type(t_face_field), intent(inout) field)

Wrapper for mpi_exchange_face_field_double_typed without the mpi_face_* variable.

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

◆ mpi_exchange_face_field_integer()

subroutine mod_mpi_exchange::mpi_exchange_face::mpi_exchange_face_field_integer ( type(t_integer_face_field), intent(inout) field)

Wrapper for mpi_exchange_face_field_integer_typed without the mpi_face_* variable.

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

◆ mpi_exchange_face_field_logical()

subroutine mod_mpi_exchange::mpi_exchange_face::mpi_exchange_face_field_logical ( type(t_logical_face_field), intent(inout) field)

Wrapper for mpi_exchange_face_field_logical_typed without the mpi_face_* variable.

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

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