split_line Subroutine

private subroutine split_line(kline, eigw_line, kstore, eigw_store, kcounter, nfaces, nvec, dscal)

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: kline(3,2)
double complex, intent(in) :: eigw_line(2)
double precision, intent(inout) :: kstore(3,nkpmax)
double complex, intent(inout) :: eigw_store(nkpmax)
integer, intent(inout) :: kcounter
integer, intent(in) :: nfaces
double precision, intent(in) :: nvec(3,nfaces)
double precision, intent(in) :: dscal(nfaces)