Public Member Functions | |
subroutine | nested_grid_bc_send_scalar (var_coarse, nest_domain, istag, jstag, nest_level) |
The subroutine 'nested_grid_BC_send' sends coarse-grid data to create boundary conditions. More... | |
subroutine | nested_grid_bc_send_vector (u_coarse, v_coarse, nest_domain, nest_level, flags, gridtype) |
Definition at line 100 of file boundary.F90.
subroutine boundary_mod::nested_grid_bc_send::nested_grid_bc_send_scalar | ( | real, dimension(:,:,:), intent(in) | var_coarse, |
type(nest_domain_type), intent(inout) | nest_domain, | ||
integer, intent(in) | istag, | ||
integer, intent(in) | jstag, | ||
integer, intent(in) | nest_level | ||
) |
The subroutine 'nested_grid_BC_send' sends coarse-grid data to create boundary conditions.
Definition at line 1724 of file boundary.F90.
subroutine boundary_mod::nested_grid_bc_send::nested_grid_bc_send_vector | ( | real, dimension(:,:,:), intent(in) | u_coarse, |
real, dimension(:,:,:), intent(in) | v_coarse, | ||
type(nest_domain_type), intent(inout) | nest_domain, | ||
integer, intent(in) | nest_level, | ||
integer, intent(in), optional | flags, | ||
integer, intent(in), optional | gridtype | ||
) |
Definition at line 1797 of file boundary.F90.