From eef42d42ce80bbb573b8d97fff22da97524fbb3b Mon Sep 17 00:00:00 2001 From: Davor Dundovic <33790330+ddundo@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:01:36 +0100 Subject: [PATCH] Add mantle convection demo (#70) Related to the Goalie demo https://github.com/mesh-adaptation/goalie/pull/164 --- docs/source/goalie/index.rst | 1 + docs/source/references.bib | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/source/goalie/index.rst b/docs/source/goalie/index.rst index ca36336..a2f41cb 100644 --- a/docs/source/goalie/index.rst +++ b/docs/source/goalie/index.rst @@ -40,6 +40,7 @@ be searched using the inbuilt :ref:`search engine `. Solid body rotation <../demos/solid_body_rotation.py> Advection-diffusion-reaction <../demos/gray_scott.py> Advection-diffusion-reaction with multiple prognostic variables <../demos/gray_scott_split.py> + Mantle convection <../demos/mantle_convection.py> *Error estimation* diff --git a/docs/source/references.bib b/docs/source/references.bib index 7836283..221160e 100644 --- a/docs/source/references.bib +++ b/docs/source/references.bib @@ -9,6 +9,17 @@ @article{Clement:1975 publisher={EDP Sciences} } +@article{Davies:2022, + title={Towards automatic finite-element methods for geodynamics via Firedrake}, + author={Davies, D Rhodri and Kramer, Stephan C and Ghelichkhan, Sia and Gibson, Angus}, + journal={Geoscientific Model Development}, + volume={15}, + number={13}, + pages={5127--5166}, + year={2022}, + publisher={Copernicus Publications G{\"o}ttingen, Germany} +} + @book{Vetterling:1992, title={Numerical recipes: example book C}, author={Vetterling, William T and Vetterling, William T and Press, William H and Press, William H and Teukolsky, Saul A and Flannery, Brian P and Flannery, Brian P}, @@ -201,4 +212,4 @@ @book{Hundsdorfer:2003 volume={33}, year={2003}, publisher={Springer} -} \ No newline at end of file +}