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
85: Revamp imex ark r=charleskawczynski a=charleskawczynski
This PR revamps the imex ark time stepper, as outlined in the google doc. It's still a WIP.
Related issue: #83.
Co-authored-by: Charles Kawczynski <[email protected]>
Co-authored-by: Dennis Yatunin <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/algorithms.md
+3-3Lines changed: 3 additions & 3 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
-
IMEXARKAlgorithm
19
-
make_IMEXARKTableau
18
+
OldIMEXARKAlgorithm
19
+
Oldmake_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.
@@ -90,7 +90,7 @@ ARK548L2SA2KennedyCarpenter
90
90
91
91
### ARS
92
92
93
-
TODO: `ARS111`, `ARS121`, and `ARS343`should probably be types, and not constants, so that we can properly document them.
0 commit comments