You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# stiff3
2
2
3
-
`stiff3` is a Fortran subprogram for solving stiff autonomous systems of ordinary differential equations (ODE's) using a semi-implicit Runge-Kutta method with three steps (SIRK3). The `stiff3` source code was originally published in the work:
3
+
`stiff3` is a Fortran subprogram for solving stiff systems of ordinary differential equations (ODE's) using a semi-implicit Runge-Kutta method with three steps (SIRK3). Both autonomous and non-autonomous systems are supported through overloaded `stiff3` interfaces. The `stiff3` source code was originally published in the work:
4
4
5
5
> Villadsen, J., & Michelsen, M. L. (1978). *Solution of differential equation models by polynomial approximation*. Prentice-Hall, Inc.
6
6
@@ -111,6 +111,5 @@ For students interested in CSE, here are some contribution ideas:
111
111
- Support for banded or sparse Jacobian matrices
112
112
- Use BLAS kernels for vector operations
113
113
- Continuous (dense) output of variables
114
-
- Extend `stiff3` to non-autonomous systems of ODE's
0 commit comments