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
105: Remove old and unused imex ark algo r=charleskawczynski a=charleskawczynski
This PR does a bit of house cleaning and removes some of the old imex ark algorithm pieces
Co-authored-by: Charles Kawczynski <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/algorithms.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ ForwardEulerODEFunction
15
15
## IMEX ARK methods
16
16
17
17
```@docs
18
-
OldIMEXARKAlgorithm
19
-
Oldmake_IMEXARKTableau
18
+
IMEXARKAlgorithm
19
+
IMEXARKTableau
20
20
```
21
21
22
22
The convergence orders of the provided methods are verified using test cases from [ARKode](http://runge.math.smu.edu/ARKode_example.pdf). Plots of the solutions to these test cases, the errors of these solutions, and the convergence orders with respect to `dt` are shown below.
0 commit comments