From c44e10cd10a96ea0660d80a3aed030e079a5a49a Mon Sep 17 00:00:00 2001 From: Joe Wallwork <22053413+jwallwork23@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:09:58 +0000 Subject: [PATCH] Add doubly periodic MA demo (#96) Linked PR: https://github.com/mesh-adaptation/movement/pull/144 --- docs/source/movement/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/movement/index.rst b/docs/source/movement/index.rst index 6b29bff..2851001 100644 --- a/docs/source/movement/index.rst +++ b/docs/source/movement/index.rst @@ -27,7 +27,8 @@ be searched using the inbuilt :ref:`search engine `. .. toctree:: :maxdepth: 1 - Introduction to mesh movement driven by a Monge-Ampère type equation <../demos/monge_ampere1.py> + Introduction to mesh movement driven by a Monge-Ampère type equation <../demos/monge_ampere_ring.py> + Movement of a doubly periodic mesh driven by a Monge-Ampère type equation <../demos/monge_ampere_periodic.py> Monge-Ampère mesh movement in three dimensions <../demos/monge_ampere_3d.py> Using mesh movement to optimize the mesh for PDE solution <../demos/monge_ampere_helmholtz.py>