diff --git a/docs/make.jl b/docs/make.jl index 550a8225..fac41d00 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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", diff --git a/docs/src/algo_formulations/index.md b/docs/src/algo_formulations/index.md new file mode 100644 index 00000000..aff0da7d --- /dev/null +++ b/docs/src/algo_formulations/index.md @@ -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) diff --git a/docs/src/assets/ClimaTimeSteppersAlgorithms.png b/docs/src/assets/ClimaTimeSteppersAlgorithms.png new file mode 100644 index 00000000..955b0327 Binary files /dev/null and b/docs/src/assets/ClimaTimeSteppersAlgorithms.png differ