Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto Zerbinati committed Jul 8, 2024
1 parent 74a188b commit c79f197
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/src/utils/firedrake/surfaces.py.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<https://www.firedrakeproject.org/Irksome>_`, to describe the time-dependent problem we aim to solve, i.e.
We now use `Irksome<https://www.firedrakeproject.org/Irksome>`_, to describe the time-dependent problem we aim to solve, i.e.

.. math::
Expand Down Expand Up @@ -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:


0 comments on commit c79f197

Please sign in to comment.