field_set_y_face Subroutine

public subroutine field_set_y_face(f, c_start, c_end, nx, ny, nz)

Set domain Y_FACE to a constant c_start at the bottom and c_end at the top

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(inout), device, dimension(:, :, :) :: f
real(kind=dp), intent(in), value :: c_start
real(kind=dp), intent(in), value :: c_end
integer, intent(in), value :: nx
integer, intent(in), value :: ny
integer, intent(in), value :: nz

Called by

proc~~field_set_y_face~~CalledByGraph proc~field_set_y_face m_cuda_kernels_fieldops::field_set_y_face proc~field_set_face_cuda m_cuda_backend::cuda_backend_t%field_set_face_cuda proc~field_set_face_cuda->proc~field_set_y_face