Skip to content

Commit 6845b50

Browse files
authored
Order API reference (#111)
1 parent f86c263 commit 6845b50

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

docs/src/api_reference.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@
44
CurrentModule = PositiveIntegrators
55
```
66

7-
```@autodocs
8-
Modules = [PositiveIntegrators]
7+
## Problem types
8+
9+
```@docs
10+
ConservativePDSProblem
11+
PDSProblem
12+
```
13+
14+
## Example problems
15+
16+
```@docs
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+
```@docs
31+
MPE
32+
MPRK22
33+
SSPMPRK22
34+
MPRK43I
35+
MPRK43II
36+
SSPMPRK43
937
```

0 commit comments

Comments
 (0)