MONC
Functions/Subroutines
test_communication_types_mod Module Reference

Functions/Subroutines

subroutine test_halo_default_size
 
subroutine test_halo_communication_default_values
 

Function/Subroutine Documentation

◆ test_halo_communication_default_values()

subroutine test_communication_types_mod::test_halo_communication_default_values

Definition at line 18 of file test_communicationtypes.F90.

19  type(halo_communication_type) :: halocomm
20 
21  call assert_false(halocomm%initialised, "Test initialised")
22  call assert_false(halocomm%involve_corners, "Test involve_corners")
23  call assert_false(halocomm%swap_in_progress, "Test swap_in_progress")
Here is the caller graph for this function:

◆ test_halo_default_size()

subroutine test_communication_types_mod::test_halo_default_size

Definition at line 11 of file test_communicationtypes.F90.

12  type(neighbour_description_type) :: neighbour
13 
14  call assert_equals(0, neighbour%halo_pages, "Test halo_pages")
15  call assert_equals(0, neighbour%halo_corners, "Test halo_pages")
Here is the caller graph for this function: