Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 637 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 637 Bytes

Fortran-KD-Tree

A Fortran implementation of a KD-Tree.

Descriptions of Namelist options

$testvars
   npoints = 90000   ! Number of points
   ndims = 5         ! Number of dimensions
   lrange = 0        ! The lower range of values to randomly generate
   urange = 50       ! The uper range of values to randomly generate
   ntests = 50000    ! The number of tests (for a few specific tests)
   npoints_l = 1     ! Smallest number of points to randomly test
   npoints_u = 10000 ! Largest number of points to randmoly test
   ndims_l = 1  ! The smallest dimension to test
   ndims_u = 8  ! The largest dimension to test
/