]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid ^ operator in FESystem 15851/head
authorMarco Feder <marco.feder@sissa.it>
Mon, 7 Aug 2023 14:00:10 +0000 (14:00 +0000)
committerMarco Feder <marco.feder@sissa.it>
Mon, 7 Aug 2023 14:00:10 +0000 (14:00 +0000)
tests/multigrid-global-coarsening/non_nested_transfer_04.cc

index 352b4697e68aa5760e990d444e74fed65e8f1948..66a243891798bc54d05e8c5a8318b98302cdcfd1 100644 (file)
@@ -98,8 +98,8 @@ test(int fe_degree, const Function<dim, Number> &function)
   if (fe_degree > 0)
     {
       deallog.push("CG<2>(" + str_fine + ")<->CG<2>(" + str_coarse + ")");
-      do_test<dim, double>(FESystem<dim>(FE_Q<dim>(fe_degree) ^ dim),
-                           FESystem<dim>(FE_Q<dim>(fe_degree) ^ dim),
+      do_test<dim, double>(FESystem<dim>(FE_Q<dim>(fe_degree), dim),
+                           FESystem<dim>(FE_Q<dim>(fe_degree), dim),
                            function);
       deallog.pop();
     }

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.