Skip to content

Commit 96d0c09

Browse files
Download mesh for demo 06
1 parent ce7ba92 commit 96d0c09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

06-pde-constrained-optimisation.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@
126126
"This problem setup requires a mesh that is more complex than the built in ones Firedrake provides. Instead, it was created with [Gmsh](http://gmsh.info). It is loaded by using the `Mesh` constructor, passing the filename of the mesh in question."
127127
]
128128
},
129+
{
130+
"cell_type": "code",
131+
"execution_count": null,
132+
"metadata": {},
133+
"outputs": [],
134+
"source": [
135+
"!rm -f stokes-control.msh && wget https://raw.githubusercontent.com/firedrakeproject/notebooks/refs/heads/main/stokes-control.msh"
136+
]
137+
},
129138
{
130139
"cell_type": "code",
131140
"execution_count": null,

0 commit comments

Comments
 (0)