|
4 | 4 | <img width="30%" src="images/logo.png" alt="ODE Test Problems" title="ODE Test Problems">
|
5 | 5 | </p>
|
6 | 6 |
|
7 |
| - |
8 |
| - <img src="images/logo.png" width="200" alt='ODE Test problems Logo' /> |
9 | 7 |
|
| 8 | + ODE Test Problems (<code>OTP</code>) is an object-oriented Matlab/Octave package offering a broad range of initial value problems in the form of ordinary and differential-algebraic equations that can be used to test numerical methods such as time integration or data assimilation. It includes problems that are linear and nonlinear, homogeneous and nonhomogeneous, autonomous and nonautonomous, scalar and high-dimensional, stiff and nonstiff, and chaotic and nonchaotic. Many are real-world problems in chemistry, astrophysics, meteorology, and electrical engineering. <code>OTP</code> also supports partitioned ODEs for testing split, multirate, and other multimethods. Functions for plotting solutions and creating movies are available for all problems, and exact solutions are included when available. <code>OTP</code> is designed for ease of use —meaning that working with and modifying problems is simple and intuitive. <code>OTP</code> is actively under development. We are currently writing full documentation in order to release version <code>1.0.0</code>. </p> |
10 | 9 |
|
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - ODE Test Problems (<code>OTP</code>) is an object-oriented Matlab/Octave package offering a broad range of initial value problems in the form of ordinary and differential-algebraic equations that can be used to test numerical methods such as time integration or data assimilation. It includes problems that are linear and nonlinear, homogeneous and nonhomogeneous, autonomous and nonautonomous, scalar and high-dimensional, stiff and nonstiff, and chaotic and nonchaotic. Many are real-world problems in fields such as chemistry, astrophysics, meteorology, and electrical engineering. <code>OTP</code> also supports partitioned ODEs for testing split, multirate, and other multimethods. Functions for plotting solutions and creating movies are available for all problems, and exact solutions are included when available. <code>OTP</code> is designed for ease of use —meaning that working with and modifying problems is simple and intuitive. <code>OTP</code> is actively under development. We are currently writing full documentation in order to release version <code>1.0.0</code>. </p> |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 | 10 |
|
20 | 11 | [](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/releases)
|
21 | 12 | [](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/blob/master/license.txt)
|
22 |
| - |
23 | 13 | [](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/actions/workflows/tests.yml)
|
24 | 14 | [](https://computationalsciencelaboratory.github.io/ODE-Test-Problems/)
|
25 | 15 |
|
26 |
| -ODE Test Problems (OTP) is an object-oriented MATLAB/Octave package offering a broad range of initial value problems in |
27 |
| -the form of ordinary and differential-algebraic equations that can be used to test numerical methods such as time |
28 |
| -integration or data assimilation. It includes problems that are linear and nonlinear, homogeneous and nonhomogeneous, |
29 |
| -autonomous and nonautonomous, scalar and high-dimensional, stiff and nonstiff, and chaotic and nonchaotic. Many are |
30 |
| -real-world problems in fields such as chemistry, astrophysics, meteorology, and electrical engineering. OTP also |
31 |
| -supports partitioned ODEs for testing split, multirate, and other multimethods. Functions for plotting solutions and |
32 |
| -creating movies are available for all problems, and exact solutions are included when available. OTP is designed for |
33 |
| -ease of use meaning that working with and modifying problems is simple and intuitive. |
34 |
| - |
35 |
| -OTP is actively under development. We are currently writing full documentation in order to release version 1.0.0 |
36 |
| - |
37 |
| - |
38 | 16 |
|
39 | 17 | https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/assets/5168326/e5496fee-46c0-4fb0-a42b-eb2e98374b4c
|
40 | 18 |
|
@@ -99,16 +77,9 @@ mov = problem.movie(t, y);
|
99 | 77 |
|
100 | 78 | ## Further Reading
|
101 | 79 |
|
102 |
| -`ODE Test Problems` documentation is maintained on [this page](https://computationalsciencelaboratory.github.io/ODE-Test-Problems). |
103 |
| - |
104 |
| -New feature requests, and bug reports can be made through |
| 80 | +`ODE Test Problems` documentation is maintained on [this page](https://computationalsciencelaboratory.github.io/ODE-Test-Problems). New feature requests and bug reports can be made through |
105 | 81 | [GitHub issues](https://github.com/ComputationalScienceLaboratory/ODE-Test-Problems/issues).
|
106 | 82 | We also accept pull requests that adhere to our
|
107 |
| -[contributing guide](docs/contrib.rst). |
108 |
| - |
109 |
| - |
110 |
| -An interactive tutorial on the main features of `OTP` is available in a Jupyter notebook [in the repository](/notebooks) |
111 |
| - |
112 |
| -Further discussion of the main contributions of this open-source package can be found in our [paper](/paper/paper.md). |
| 83 | +[contributing guide](docs/contrib.rst). An interactive tutorial on the main features of `OTP` is available in a Jupyter notebook [in the repository](/notebooks). |
113 | 84 |
|
114 | 85 |
|
0 commit comments