From c79f197d555b997aafd64f0c3dbb56135548ae15 Mon Sep 17 00:00:00 2001 From: Umberto Zerbinati Date: Mon, 8 Jul 2024 13:53:47 +0100 Subject: [PATCH] Fix --- docs/src/utils/firedrake/surfaces.py.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/src/utils/firedrake/surfaces.py.rst b/docs/src/utils/firedrake/surfaces.py.rst index e7d31d1..c1dc44c 100644 --- a/docs/src/utils/firedrake/surfaces.py.rst +++ b/docs/src/utils/firedrake/surfaces.py.rst @@ -34,7 +34,7 @@ We begin defining the initial condition for the problem, in particular, we will out = VTKFile("output/heat.pvd") out.write(u, time=0.0) -We now use `Irksome_`, to describe the time-dependent problem we aim to solve, i.e. +We now use `Irksome`_, to describe the time-dependent problem we aim to solve, i.e. .. math:: @@ -73,4 +73,11 @@ We will then construct a :code:`TimeStepper` that will take care of time-steppin t.assign(float(t) + float(dt)) out.write(u, time=float(t)) + + +.. video:: ./heat.mp4 + :width: 600 + :height: 400 + :loop: + \ No newline at end of file