feat(fortran): Fortran interface can now use multi-zone

Fortran interface uses the new C api ability to call the naieve
multi-zone solver. This allows fortran calling code to make use of in
build parellaism for solving multiple zones
This commit is contained in:
2025-12-19 09:58:47 -05:00
parent 2a9649a72e
commit d65c237b26
17 changed files with 738 additions and 69 deletions

View File

@@ -0,0 +1 @@
executable('gf_quick', 'main.cpp', dependencies: [gridfire_dep, cli11_dep])