k_path_get_points Subroutine

private subroutine k_path_get_points(num_paths, kpath_len, total_pts, xval, plot_kpoint)

Uses

  • proc~~k_path_get_points~~UsesGraph proc~k_path_get_points k_path_get_points module~w90_parameters w90_parameters proc~k_path_get_points->module~w90_parameters module~w90_constants w90_constants module~w90_parameters->module~w90_constants module~w90_io w90_io module~w90_parameters->module~w90_io module~w90_io->module~w90_constants

Arguments

Type IntentOptional AttributesName
integer, intent(out) :: num_paths
real(kind=dp), intent(out), allocatable, dimension(:):: kpath_len
integer, intent(out) :: total_pts
real(kind=dp), intent(out), allocatable, dimension(:):: xval
real(kind=dp), intent(out), allocatable, dimension(:, :):: plot_kpoint

Called by

proc~~k_path_get_points~~CalledByGraph proc~k_path_get_points k_path_get_points proc~k_path k_path proc~k_path->proc~k_path_get_points

Contents

None