Skip to content

Commit e62cc3f

Browse files
committed
trivial copy editing
1 parent 06ca4e3 commit e62cc3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

demos/boussinesq/boussinesq.py.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ to prevent hydrostatic equilibrium and allow for a non-trivial velocity solution
9292
Next we set up the discrete function spaces.
9393
We use lowest-order Taylor--Hood elements for the velocity and pressure,
9494
and continuous piecewise-linear elements for the temperature.
95-
We introduce a Lagrange multiplier to enforce the integral constraint on :math:`T`.::
95+
We introduce a Lagrange multiplier to enforce the integral constraint on :math:`T`::
9696

9797
U = VectorFunctionSpace(mesh, "CG", degree=2)
9898
V = FunctionSpace(mesh, "CG", degree=1)
@@ -264,3 +264,6 @@ The temperature and stream lines for :math:`T_0=1` and :math:`T_0=10000` are dis
264264
| .. image:: T0_1.png | .. image:: T0_10000.png |
265265
| :width: 100% | :width: 100% |
266266
+-------------------------+-------------------------+
267+
268+
A Python script version of this demo can be found :demo:`here
269+
<boussinesq.py>`.

0 commit comments

Comments
 (0)