]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-20: make degree argument obvious 8453/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 4 Aug 2019 22:03:54 +0000 (16:03 -0600)
committerTimo Heister <timo.heister@gmail.com>
Sun, 4 Aug 2019 22:04:56 +0000 (16:04 -0600)
examples/step-20/step-20.cc

index 89ed11124b1623d3a051e58c2e29731a6a4e1d7b..e304fadb003c8c6e5703f7b63a4a624133c1c9e5 100644 (file)
@@ -806,7 +806,8 @@ int main()
       using namespace dealii;
       using namespace Step20;
 
-      MixedLaplaceProblem<2> mixed_laplace_problem(0);
+      const unsigned int     fe_degree = 0;
+      MixedLaplaceProblem<2> mixed_laplace_problem(fe_degree);
       mixed_laplace_problem.run();
     }
   catch (std::exception &exc)

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.