We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c4529 commit 34b40aeCopy full SHA for 34b40ae
tests/firedrake/demos/test_demos_run.py
@@ -49,6 +49,7 @@
49
Demo(("saddle_point_pc", "saddle_point_systems"), ["hypre", "mumps"]),
50
Demo(("fast_diagonalisation", "fast_diagonalisation_poisson"), ["mumps"]),
51
Demo(('vlasov_poisson_1d', 'vp1d'), []),
52
+ Demo(("assimilating_point_data", "assimilating_point_data"), ["adjoint"])
53
Demo(('shape_optimization', 'shape_optimization'), ["adjoint", "vtk"])
54
]
55
PARALLEL_DEMOS = [
0 commit comments