]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Heirarchy->Hierarchy
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 7 Aug 1998 09:11:42 +0000 (09:11 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 7 Aug 1998 09:11:42 +0000 (09:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@480 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/poisson/Makefile
deal.II/deal.II/Attic/examples/poisson/problem.cc
tests/big-tests/poisson/Makefile
tests/big-tests/poisson/problem.cc

index 1e968f2b040dd78661c5300fbc52c0430b9584ea..63cf522641af966878fcee762c2446d72f25b089 100644 (file)
@@ -11,7 +11,7 @@ target   = poisson
 # the archives ./Obj.a and ./Obj.g.a. By default, the debug version
 # is used to link. It you don't like that, change the following
 # variable to "off"
-debug-mode = on
+debug-mode = off
 
 # If you want your program to be linked with extra object or library
 # files, specify them here:
index d8fb3c517fa590d01f760ad08924e61662dfa955..448b1a9de4418c11ff1d34dc719214ce7405d835 100644 (file)
@@ -448,7 +448,7 @@ void PoissonProblem<dim>::run (ParameterHandler &prm) {
   
   FELinear<dim>                   fe;
   PoissonEquation<dim>            equation (*rhs);
-  QGauss3<dim>                    quadrature;
+  QGauss2<dim>                    quadrature;
   
   cout << "    Distributing dofs... "; 
   dof->distribute_dofs (fe);
index 1e968f2b040dd78661c5300fbc52c0430b9584ea..63cf522641af966878fcee762c2446d72f25b089 100644 (file)
@@ -11,7 +11,7 @@ target   = poisson
 # the archives ./Obj.a and ./Obj.g.a. By default, the debug version
 # is used to link. It you don't like that, change the following
 # variable to "off"
-debug-mode = on
+debug-mode = off
 
 # If you want your program to be linked with extra object or library
 # files, specify them here:
index d8fb3c517fa590d01f760ad08924e61662dfa955..448b1a9de4418c11ff1d34dc719214ce7405d835 100644 (file)
@@ -448,7 +448,7 @@ void PoissonProblem<dim>::run (ParameterHandler &prm) {
   
   FELinear<dim>                   fe;
   PoissonEquation<dim>            equation (*rhs);
-  QGauss3<dim>                    quadrature;
+  QGauss2<dim>                    quadrature;
   
   cout << "    Distributing dofs... "; 
   dof->distribute_dofs (fe);

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.