We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86c263 commit 6845b50Copy full SHA for 6845b50
docs/src/api_reference.md
@@ -4,6 +4,34 @@
4
CurrentModule = PositiveIntegrators
5
```
6
7
-```@autodocs
8
-Modules = [PositiveIntegrators]
+## Problem types
+
9
+```@docs
10
+ConservativePDSProblem
11
+PDSProblem
12
+```
13
14
+## Example problems
15
16
17
+prob_pds_bertolazzi
18
+prob_pds_brusselator
19
+prob_pds_linmod
20
+prob_pds_linmod_inplace
21
+prob_pds_nonlinmod
22
+prob_pds_npzd
23
+prob_pds_robertson
24
+prob_pds_sir
25
+prob_pds_stratreac
26
27
28
+## Algorithms
29
30
31
+MPE
32
+MPRK22
33
+SSPMPRK22
34
+MPRK43I
35
+MPRK43II
36
+SSPMPRK43
37
0 commit comments