Skip to content

program--/spacefill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacefill

A space-filling curve indexing library. Maps coordinates to pseudo-SFCs indices.

Tooling

spacefill is implemented using features found in Fortran 2018 with the GNU Fortran (gfortran) compiler.

Dependencies and program management require fpm.

Unit testing is managed through veggies. Drivers and specific tests are found in the test/ directory.