]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix another matrix-free test case 14079/head
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Wed, 29 Jun 2022 16:17:30 +0000 (18:17 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Wed, 29 Jun 2022 16:17:30 +0000 (18:17 +0200)
tests/matrix_free/stokes_computation.cc

index e74d93cf8130e12e9bd2b8c84ee581bc1a24fb76..baf0623f19a8cafe67b6e5de259d50103d4cf894 100644 (file)
@@ -1190,7 +1190,8 @@ namespace StokesClass
 
     std::shared_ptr<MatrixFree<dim, double>> matrix_free_homogeneous(
       new MatrixFree<dim, double>());
-    matrix_free_homogeneous->reinit(dofs,
+    matrix_free_homogeneous->reinit(MappingQ1<dim>{},
+                                    dofs,
                                     constraints_no_dirchlet,
                                     QGauss<1>(degree_u + 1),
                                     data);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.