Commit 7b0ec8f
Support for Octave (#24)
* Start support for Octave
* Put Arenstorf problem in Octave-compatible format
* Fix warnings and Andrey's comments
* Force consistent line ending
* Fix Andrey's comments
* More detailed documentation for Arenstorf problem
* Add contributing guide
* Rewrite installer to support Octave. Currently untested in MATLAB
* Conversion of the Lorenz '63 problem to the new style defined by Steven
* Made the install script work with matlab, and added stubs for mac and windows
* added 'cite as' text as before.
* Converted the matlab prj file to use the build directory
* converted the find-replace functionality to use matlab built-in commands
* Switch from sed to pure matlab preprocessing for installer
* Lorenz 96 modified to octave format
* added a small test script to help with the conversion to octave.
This can be removed later, but is very helpful to keep track of everything now
* updated the temp test script to look at all presets
* Allen Cahn support for octave
* Problem fix for events
* change script to validate all presets, and changed format to not do warnings
* Converted Bouncing Ball to octave format
* Changed solver of nbody to default to ode15s as some of the systems are stiff
* Changed the Ascher linear DAE to be octave compatible
* Brusselator into octave now
* We cusp now
* CUSP octave fix
* Nbody is octave compatible
* Changed Nbody to work with ode23t
* Quadratic problem done
* QG octave gogogogo
* Changes and cleanup to the lienard problem, octave support
* Fix for lineard problem
* Linear problem should work with octave now
* Vanderpol done
* Lotka volterra octave
* pendulum octave
* Trig DAE, simple octave
* Update E5 for octave
* Vectorization and capitilization fixes for all problems currently in octave format
* Updates to docs
* PR done
* sanz serna octave
* ZLA kinetics octave
* fixes for zla
* Update HIRES for octave
* Update inverter chain for octave
* Update KPR for octave
* Update Oregonator for octave
* Transistor amplifier octave
* Fixes for validation tests
* Fixes for validation tests
* renaming jacobian, jvp and javp
* Revert "renaming jacobian, jvp and javp"
This reverts commit 3e90edd.
* jacobian correct renaming
* Revert "jacobian correct renaming"
This reverts commit e94b5b6.
* WIll I ever get this right?
* Support linear problem in octave
* Modified hessian filenames too
* changed install to only use w on windows
* changed validatepresets to always find the OTP directory.
* fixed matlab parameter validation issues
* always use w flag on install
* Capitalized RHS
* Update README.md
* Documentation inprovements
* Finish renaming RHS functions
* fix warnings
Co-authored-by: Andrey A Popov <apopov@vt.edu>1 parent 83ac84f commit 7b0ec8f
File tree
236 files changed
+2318
-1661
lines changed- docs
- src
- +otptests
- +otp
- +allencahn
- +presets
- +arenstorf
- +presets
- +ascherlineardae
- +presets
- +bouncingball
- +presets
- +brusselator
- +presets
- +cusp
- +presets
- +e5
- +presets
- +hires
- +presets
- +inverterchain
- +presets
- +kpr
- +presets
- +lienard
- +presets
- +linear
- +presets
- +lorenz63
- +presets
- +lorenz96
- +presets
- +lotkavolterra
- +presets
- +nbody
- +presets
- +oregonator
- +presets
- +pendulum
- +presets
- +protherorobinson
- +presets
- +qg
- +presets
- +quadratic
- +presets
- +robertson
- +presets
- +sanzserna
- +presets
- +transistoramplifier
- +presets
- +trigonometricdae
- +utils
- +compatibility
- +movie
- +recorder
- +pde
- +vanderpol
- +presets
- +zlakinetics
- +presets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
236 files changed
+2318
-1661
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
4 | 25 | | |
5 | 26 | | |
6 | 27 | | |
7 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
8 | 36 | | |
9 | 37 | | |
10 | 38 | | |
| |||
19 | 47 | | |
20 | 48 | | |
21 | 49 | | |
22 | | - | |
| 50 | + | |
23 | 51 | | |
24 | 52 | | |
25 | | - | |
26 | | - | |
| 53 | + | |
| 54 | + | |
27 | 55 | | |
28 | 56 | | |
29 | 57 | | |
| |||
0 commit comments