diff options
Diffstat (limited to 'packages/sundials/README.md')
-rw-r--r-- | packages/sundials/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/sundials/README.md b/packages/sundials/README.md new file mode 100644 index 0000000..2fac5c2 --- /dev/null +++ b/packages/sundials/README.md | |||
@@ -0,0 +1,8 @@ | |||
1 | Currently only an interface to the Runge-Kutta methods: | ||
2 | [ARKode](https://computation.llnl.gov/projects/sundials/arkode) | ||
3 | |||
4 | The interface is almost certainly going to change. Sundials gives a | ||
5 | rich set of "combinators" for controlling the solution of your problem | ||
6 | and reporting on how it performed. The idea is to initially mimic | ||
7 | hmatrix-gsl and add extra, richer functions but ultimately upgrade the | ||
8 | whole interface both for sundials and for gsl. | ||