summaryrefslogtreecommitdiff
path: root/packages/sundials/README.md
diff options
context:
space:
mode:
authoridontgetoutmuch <dominic@steinitz.org>2019-06-30 09:03:23 +0100
committerGitHub <noreply@github.com>2019-06-30 09:03:23 +0100
commit03f114e2d849bbffac89e535c7736ebe7e4d1762 (patch)
treea8d57bc9f286bdc3cb1b196a5dec78e805b49996 /packages/sundials/README.md
parent89c12f2b97f35b5e2722c3a9134516e813b205bd (diff)
parentcb09d0e99ae4f10cd2b3f3ac667df83946a9744d (diff)
Merge pull request #306 from idontgetoutmuch/master
Remove sundials as it has its own repo now. Fix
Diffstat (limited to 'packages/sundials/README.md')
-rw-r--r--packages/sundials/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/sundials/README.md b/packages/sundials/README.md
deleted file mode 100644
index 2fac5c2..0000000
--- a/packages/sundials/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
1Currently only an interface to the Runge-Kutta methods:
2[ARKode](https://computation.llnl.gov/projects/sundials/arkode)
3
4The interface is almost certainly going to change. Sundials gives a
5rich set of "combinators" for controlling the solution of your problem
6and reporting on how it performed. The idea is to initially mimic
7hmatrix-gsl and add extra, richer functions but ultimately upgrade the
8whole interface both for sundials and for gsl.