k_path_get_points Subroutine

private subroutine k_path_get_points(num_paths, kpath_len, total_pts, xval, plot_kpoint, kpoint_path, recip_lattice, pw90_kpath)

Uses

  • proc~~k_path_get_points~~UsesGraph proc~k_path_get_points k_path_get_points module~w90_postw90_types w90_postw90_types proc~k_path_get_points->module~w90_postw90_types module~w90_types w90_types proc~k_path_get_points->module~w90_types module~w90_utility w90_utility proc~k_path_get_points->module~w90_utility module~w90_comms w90_comms module~w90_postw90_types->module~w90_comms module~w90_constants w90_constants module~w90_postw90_types->module~w90_constants module~w90_types->module~w90_constants module~w90_utility->module~w90_comms module~w90_utility->module~w90_constants module~w90_comms->module~w90_constants module~w90_error_base w90_error_base module~w90_comms->module~w90_error_base

Arguments

Type IntentOptional Attributes Name
integer, intent(out) :: num_paths
real(kind=dp), intent(out), allocatable :: kpath_len(:)
integer, intent(out) :: total_pts
real(kind=dp), intent(out), allocatable :: xval(:)
real(kind=dp), intent(out), allocatable :: plot_kpoint(:,:)
type(kpoint_path_type), intent(in) :: kpoint_path
real(kind=dp), intent(in) :: recip_lattice(3,3)
type(pw90_kpath_mod_type), intent(in) :: pw90_kpath

Calls

proc~~k_path_get_points~~CallsGraph proc~k_path_get_points k_path_get_points proc~utility_metric utility_metric proc~k_path_get_points->proc~utility_metric

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 program~postw90 postw90 program~postw90->proc~k_path