![]() |
GBS
|
Functions/Subroutines | |
| subroutine, public | allgatherxy2d (buff_l, buff_g, comm_neutrals) |
| subroutine, public | gatherxy2d (buff_l, buff_g) |
| subroutine, public | gatheryz2d (buff_l, buff_g) |
Variables | |
| integer | ierr |
| subroutine, public parallel_mod::allgatherxy2d | ( | real(dp), dimension(iy1:iy2,ix1:ix2) | buff_l, |
| real(dp), dimension(iylg:iyrg,ixlg:ixrg) | buff_g, | ||
| logical, intent(in), optional | comm_neutrals | ||
| ) |
Here is the caller graph for this function:| subroutine, public parallel_mod::gatherxy2d | ( | real(dp), dimension(iy1:iy2,ix1:ix2) | buff_l, |
| real(dp), dimension(iylg:iyrg,ixlg:ixrg) | buff_g | ||
| ) |
Here is the caller graph for this function:| subroutine, public parallel_mod::gatheryz2d | ( | real(dp), dimension( iy1:iy2 ,izs:ize), intent(inout) | buff_l, |
| real(dp), dimension(iylg:iyrg,izl:izr), intent(inout) | buff_g | ||
| ) |
Here is the caller graph for this function:
|
private |