Skip to content

Commit 30e0ebc

Browse files
Add venn diagram
1 parent fe6d795 commit 30e0ebc

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ bib = CitationBibliography(joinpath(@__DIR__, "refs.bib"))
1010
pages = [
1111
"index.md",
1212
"Algorithm formulations" => [
13+
"algo_formulations/index.md",
1314
"algo_formulations/lsrk.md",
1415
"algo_formulations/ssprk.md",
1516
"algo_formulations/ark.md",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Algorithm formulations
2+
3+
ClimaTimeSteppers.jl supports several time stepping schemes, and this Venn Diagram illustrates the classification of certain algorithms (and properties) of interest.
4+
5+
![](assets/ClimaTimeSteppersAlgorithms.png)
218 KB
Loading

0 commit comments

Comments
 (0)