get_dgdy Interface

private interface get_dgdy

Module Procedures

private subroutine get_dgdy_2d(g, dgdy)

compute dg/dy in k-space accepts g(ky,kx)

Arguments

Type IntentOptional Attributes Name
complex, intent(in), dimension(:, :) :: g
complex, intent(out), dimension(:, :) :: dgdy

private subroutine get_dgdy_3d(g, dgdy)

compute dg/dy in k-space accepts g(ky,kx,z,tube)

Arguments

Type IntentOptional Attributes Name
complex, intent(in), dimension(:, :, -nzgrid:, :) :: g
complex, intent(out), dimension(:, :, -nzgrid:, :) :: dgdy

private subroutine get_dgdy_4d(g, dgdy)

compute dg/dy in k-space accepts g(ky,kx,z,tube,(vpa,mu,spec))

Arguments

Type IntentOptional Attributes Name
complex, intent(in), dimension(:, :, -nzgrid:, :, vmu_lo%llim_proc:) :: g
complex, intent(out), dimension(:, :, -nzgrid:, :, vmu_lo%llim_proc:) :: dgdy