tests Module


Uses

  • module~~tests~~UsesGraph module~tests tests decomp_2d decomp_2d module~tests->decomp_2d module~modmpi modmpi module~tests->module~modmpi mpi mpi module~modmpi->mpi

Used by

  • module~~tests~~UsedByGraph module~tests tests program~udales uDALES program~udales->module~tests

Functions

public function tests_read_sparse_ijk()

Arguments

None

Return Value logical

public function compare_solid(solid_info, npts_loc_new, ids_loc_new, pts_loc_new, label) result(passed)

Arguments

Type IntentOptional Attributes Name
type(solid_info_type), intent(in) :: solid_info
integer, intent(in) :: npts_loc_new
integer, intent(in) :: ids_loc_new(:)
integer, intent(in) :: pts_loc_new(:,:)
character(len=*), intent(in) :: label

Return Value logical

public function compare_boundary(bound_info, npts_loc_new, ids_loc_new, pts_loc_new, label) result(passed)

Arguments

Type IntentOptional Attributes Name
type(bound_info_type), intent(in) :: bound_info
integer, intent(in) :: npts_loc_new
integer, intent(in) :: ids_loc_new(:)
integer, intent(in) :: pts_loc_new(:,:)
character(len=*), intent(in) :: label

Return Value logical

public function tests_mpi_operators()

Arguments

None

Return Value logical


Subroutines

public subroutine tests_2decomp_init_exit()

Arguments

None