Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/program--/spacefill

Space-filling curves in modern Fortran
https://github.com/program--/spacefill

fortran2018 hilbert-curve morton-order space-filling-curves

Last synced: 24 days ago
JSON representation

Space-filling curves in modern Fortran

Awesome Lists containing this project

README

        

# spacefill

A [space-filling curve](https://en.wikipedia.org/wiki/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](https://fpm.fortran-lang.org/).

Unit testing is managed through [veggies](https://gitlab.com/everythingfunctional/veggies). Drivers and specific tests are found in the `test/` directory.