set_grid_param Module


Uses

  • module~~set_grid_param~~UsesGraph module~set_grid_param set_grid_param module~grid_param grid_param module~set_grid_param->module~grid_param module~common_param common_param module~set_grid_param->module~common_param module~mpi_var mpi_var module~set_grid_param->module~mpi_var module~precision_def precision_def module~grid_param->module~precision_def module~struct_def struct_def module~grid_param->module~struct_def module~common_param->module~precision_def module~mpi_var->module~precision_def module~struct_def->module~precision_def

Used by

  • module~~set_grid_param~~UsedByGraph module~set_grid_param set_grid_param module~set_init_param set_init_param module~set_init_param->module~set_grid_param module~start_all start_all module~start_all->module~set_grid_param module~start_all->module~set_init_param program~aladyn aladyn program~aladyn->module~start_all

Contents


Subroutines

public subroutine set_grid(n1, n2, n3, ib, x_stretch, y_stretch, xres, yxres, zxres)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: n1
integer, intent(in) :: n2
integer, intent(in) :: n3
integer, intent(in) :: ib
integer, intent(in) :: x_stretch
integer, intent(in) :: y_stretch
real(kind=dp), intent(in) :: xres
real(kind=dp), intent(in) :: yxres
real(kind=dp), intent(in) :: zxres

public subroutine mpi_loc_grid(n1_loc, n2_loc, n3_loc, npex, npey, npez)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: n1_loc
integer, intent(in) :: n2_loc
integer, intent(in) :: n3_loc
integer, intent(in) :: npex
integer, intent(in) :: npey
integer, intent(in) :: npez

public subroutine set_output_grid(jmp, npex, npey, npez)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: jmp
integer, intent(in) :: npex
integer, intent(in) :: npey
integer, intent(in) :: npez

public subroutine set_ftyzgrid(npey, npez, sh)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: npey
integer, intent(in) :: npez
integer, intent(in) :: sh

public subroutine set_fyzxgrid(npey, npez, npex, sh)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: npey
integer, intent(in) :: npez
integer, intent(in) :: npex
integer, intent(in) :: sh

public subroutine set_fxgrid(npex, sh)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: npex
integer, intent(in) :: sh

public subroutine set_str_ind(npey, npez, ndm)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: npey
integer, intent(in) :: npez
integer, intent(in) :: ndm

public subroutine select_str_to_ft_grid(npey, npez)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: npey
integer, intent(in) :: npez

public subroutine set_loc_grid_param()

Arguments

None

public subroutine set_ftgrid(str, npe1, npe2, npe3)

Arguments

Type IntentOptional AttributesName
logical, intent(in) :: str
integer, intent(in) :: npe1
integer, intent(in) :: npe2
integer, intent(in) :: npe3