You could relatively easily rewrite the basic solvers in Fortran. That said, Fortran isn’t powerful enough to easily deal with things like sparsity of different structures, different input types (eg DoubleFloat, Float16), symbolic simplification, and all the fancy stuff like that. To rival the Julia ecosystem, you would have to impliment a good type system with generics and dispatch, a symbolic algebra library, and basically the rest of a more versatile programming language (Greenspun's tenth rule - Wikipedia).
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Suggestions for stochastic differential equation (SDE) subroutine or library
|
0 | 493 | September 1, 2021 | |
Delay Differential Equations (DDE) Solver: what DDE solver do you use? | 9 | 1194 | June 15, 2022 | |
Seeking Recommendations for a Reliable DAE Solver for Fortran | 8 | 304 | October 1, 2024 | |
Can using MPI prevent thread-safe issue?
|
4 | 1029 | February 20, 2022 | |
Modern Fortran interface to ODEPACK | 26 | 2687 | October 14, 2022 |