|
LMDZ
|
Public Member Functions | |
| subroutine | register_swapfield1d_u (FieldS, FieldR, new_dist, a_request, old_dist, up, down) |
| subroutine | register_swapfield2d_u1d (FieldS, FieldR, new_dist, a_request, old_dist, up, down) |
| subroutine | register_swapfield3d_u (FieldS, FieldR, new_dist, a_request, old_dist, up, down) |
Definition at line 47 of file mod_hallo.F90.
| subroutine mod_hallo::register_swapfield_u::register_swapfield1d_u | ( | real, dimension(:), intent(in) | FieldS, |
| real, dimension(:), intent(out) | FieldR, | ||
| type(distrib), intent(in) | new_dist, | ||
| type(request), intent(inout) | a_request, | ||
| type(distrib), intent(in), optional | old_dist, | ||
| integer, intent(in), optional | up, | ||
| integer, intent(in), optional | down | ||
| ) |
Definition at line 355 of file mod_hallo.F90.
| subroutine mod_hallo::register_swapfield_u::register_swapfield2d_u1d | ( | real, dimension(:,:), intent(in) | FieldS, |
| real, dimension(:,:), intent(out) | FieldR, | ||
| type(distrib), intent(in) | new_dist, | ||
| type(request), intent(inout) | a_request, | ||
| type(distrib), intent(in), optional | old_dist, | ||
| integer, intent(in), optional | up, | ||
| integer, intent(in), optional | down | ||
| ) |
Definition at line 386 of file mod_hallo.F90.
| subroutine mod_hallo::register_swapfield_u::register_swapfield3d_u | ( | real, dimension(:,:,:), intent(in) | FieldS, |
| real, dimension(:,:,:), intent(out) | FieldR, | ||
| type(distrib), intent(in) | new_dist, | ||
| type(request), intent(inout) | a_request, | ||
| type(distrib), intent(in), optional | old_dist, | ||
| integer, intent(in), optional | up, | ||
| integer, intent(in), optional | down | ||
| ) |
Definition at line 420 of file mod_hallo.F90.