Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/program--/spacefill
- Owner: program--
- License: mit
- Created: 2023-03-25T22:17:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T05:54:48.000Z (almost 2 years ago)
- Last Synced: 2024-06-11T17:05:03.990Z (7 months ago)
- Topics: fortran2018, hilbert-curve, morton-order, space-filling-curves
- Language: Fortran
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.