find_cubeids_vis Subroutine

subroutine find_cubeids_vis(nBZdim, nkpts_in, kpoints_in, bounds, nCub3, cubeids, areas)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nBZdim
integer, intent(in) :: nkpts_in
double precision, intent(in) :: kpoints_in(3,nkpts_in)
double precision, intent(in) :: bounds(3,2)
integer, intent(in) :: nCub3(3)
integer, intent(out), allocatable :: cubeids(:)
double precision, intent(out), allocatable :: areas(:)