Skip to content

Commit ed4d5f4

Browse files
Upstream updates
1 parent 824fc3b commit ed4d5f4

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

08-composable-solvers.ipynb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -632,13 +632,10 @@
632632
" }\n",
633633
" },\n",
634634
" \"mg_coarse\": {\n",
635+
" \"mat_type\": \"aij\",\n",
635636
" \"ksp_type\": \"preonly\",\n",
636-
" \"pc_type\": \"python\",\n",
637-
" \"pc_python_type\": \"firedrake.AssembledPC\",\n",
638-
" \"assembled\": {\n",
639-
" \"pc_type\": \"lu\",\n",
640-
" \"pc_factor_mat_solver_type\": \"mumps\",\n",
641-
" }\n",
637+
" \"pc_type\": \"lu\",\n",
638+
" \"pc_factor_mat_solver_type\": \"mumps\",\n",
642639
" }\n",
643640
"}"
644641
]

11-extract-adjoint-solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"cell_type": "code",
55
"execution_count": null,
6-
"id": "733c5ae4",
6+
"id": "97515051",
77
"metadata": {},
88
"outputs": [],
99
"source": [

12-HPC_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"cell_type": "code",
55
"execution_count": null,
6-
"id": "5426306b",
6+
"id": "03ca56dc",
77
"metadata": {},
88
"outputs": [],
99
"source": [

0 commit comments

Comments
 (0)