]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
L-shaped domain again
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Nov 2009 06:49:06 +0000 (06:49 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Nov 2009 06:49:06 +0000 (06:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@20167 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-39/step-39.cc

index 20e4163ac20aae739ff9ec172c8e71171be901a4..6a829c851e0677ed4d2667451b66eaf5b37a9819 100644 (file)
@@ -66,8 +66,7 @@ using namespace dealii;
                                 // This is the function we use to set
                                 // the boundary values and also the
                                 // exact solution we compare to.
-//Functions::LSingularityFunction exact_solution;
-Functions::Q1WedgeFunction<2> exact_solution;
+Functions::LSingularityFunction exact_solution;
 
                                 // @sect3{The local integrators}
 
@@ -261,7 +260,7 @@ Step39<dim>::Step39(const FiniteElement<dim>& fe)
                fe(fe),
                dof_handler(triangulation)
 {
-  GridGenerator::hyper_cube(triangulation, -1, 1);
+  GridGenerator::hyper_L(triangulation, -1, 1);
 }
 
 

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.