Skip to content

Commit

Permalink
Add venn diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jan 4, 2023
1 parent fe6d795 commit 30e0ebc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ bib = CitationBibliography(joinpath(@__DIR__, "refs.bib"))
pages = [
"index.md",
"Algorithm formulations" => [
"algo_formulations/index.md",
"algo_formulations/lsrk.md",
"algo_formulations/ssprk.md",
"algo_formulations/ark.md",
Expand Down
5 changes: 5 additions & 0 deletions docs/src/algo_formulations/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Algorithm formulations

ClimaTimeSteppers.jl supports several time stepping schemes, and this Venn Diagram illustrates the classification of certain algorithms (and properties) of interest.

![](assets/ClimaTimeSteppersAlgorithms.png)
Binary file added docs/src/assets/ClimaTimeSteppersAlgorithms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30e0ebc

Please sign in to comment.