center_zed_segment_real Subroutine

private subroutine center_zed_segment_real(iv, f, llim)

Uses

    • parameters_numerical

center_zed_segment_real takes as arguments the vpa index (iv) the z-depenendent real function f, and the starting iz index for the array f (llim), and overwrites f with the cell-centered version

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: iv
real, intent(inout), dimension(llim:) :: f
integer, intent(in) :: llim