Go to the source code of this file.
Data Types | |
type | ice_boundary::ice_halo |
interface | ice_boundary::ice_HaloUpdate |
interface | ice_boundary::ice_HaloExtrapolate |
Modules | |
module | ice_boundary |
Functions/Subroutines | |
type(ice_halo) | ice_boundary::ice_HaloCreate (dist, nsBoundaryType, ewBoundaryType, nxGlobal) |
subroutine | ice_boundary::ice_HaloUpdate2DR8 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloUpdate_stress (array1, array2, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloUpdate2DR4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloUpdate2DI4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloUpdate3DR8 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloUpdate3DR4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloUpdate3DI4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloUpdate4DR8 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloUpdate4DR4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloUpdate4DI4 (array, halo, fieldLoc, fieldKind, fillValue) |
subroutine | ice_boundary::ice_HaloIncrementMsgCount (sndCounter, rcvCounter, srcProc, dstProc, msgSize) |
subroutine | ice_boundary::ice_HaloMsgCreate (halo, srcBlock, srcProc, srcLocalID, dstBlock, dstProc, dstLocalID, direction) |
subroutine | ice_boundary::ice_HaloExtrapolate2DR8 (ARRAY, dist, ew_bndy_type, ns_bndy_type) |
Variables | |
integer(int_kind) | ice_boundary::bufSizeSend |
integer(int_kind) | ice_boundary::bufSizeRecv |
integer(int_kind), dimension(:,:), allocatable | ice_boundary::bufSendI4 |
integer(int_kind), dimension(:,:), allocatable | ice_boundary::bufRecvI4 |
real(real_kind), dimension(:,:), allocatable | ice_boundary::bufSendR4 |
real(real_kind), dimension(:,:), allocatable | ice_boundary::bufRecvR4 |
real(dbl_kind), dimension(:,:), allocatable | ice_boundary::bufSendR8 |
real(dbl_kind), dimension(:,:), allocatable | ice_boundary::bufRecvR8 |
integer(int_kind), dimension(:,:), allocatable | ice_boundary::bufTripoleI4 |
real(real_kind), dimension(:,:), allocatable | ice_boundary::bufTripoleR4 |
real(dbl_kind), dimension(:,:), allocatable | ice_boundary::bufTripoleR8 |