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:
2
tests/extern/C/gridfire_evolve_single.c
vendored
2
tests/extern/C/gridfire_evolve_single.c
vendored
@@ -50,7 +50,7 @@ int main() {
|
||||
double specific_neutrino_flux;
|
||||
double mass_lost;
|
||||
|
||||
const double T_in = 1.5e7; // Temperature in K
|
||||
const double T_in = 1e7; // Temperature in K
|
||||
const double rho_in = 1.5e2; // Density in g/cm^3
|
||||
|
||||
ret = gf_evolve(
|
||||
|
||||
Reference in New Issue
Block a user