beam_potential Subroutine

private subroutine beam_potential(poten, gam2, nxf_in, n2_loc, n3_loc, ft_ind)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(inout) :: poten(:,:,:)
real(kind=dp), intent(in) :: gam2
integer, intent(in) :: nxf_in
integer, intent(in) :: n2_loc
integer, intent(in) :: n3_loc
integer, intent(in) :: ft_ind

Called by

proc~~beam_potential~~CalledByGraph proc~beam_potential beam_potential proc~fft_3d_psolv fft_3d_psolv proc~fft_3d_psolv->proc~beam_potential proc~beam_inject beam_inject proc~beam_inject->proc~fft_3d_psolv proc~env_cycle Env_cycle proc~env_cycle->proc~beam_inject program~aladyn aladyn program~aladyn->proc~env_cycle

Contents