]> https://gitweb.dealii.org/ - dealii.git/commitdiff
new patches
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 17 Aug 2011 06:05:31 +0000 (06:05 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 17 Aug 2011 06:05:31 +0000 (06:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@24105 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/mg_renumbered_02.cc
tests/multigrid/mg_renumbered_02/cmp/generic
tests/multigrid/mg_renumbered_03.cc
tests/multigrid/mg_renumbered_03/cmp/generic

index 03cdfe43aff59126b51890ea43cd7e4dd2b740ea..e227bacdd8526477178207d8bfd0155980b1adaa 100644 (file)
@@ -242,7 +242,7 @@ LaplaceProblem<dim>::output_gpl(const MGDoFHandler<dim> &dof,
   MeshWorker::DoFInfo<dim> dof_info(dof);
 
   MeshWorker::Assembler::GnuplotPatch assembler;
-  assembler.initialize(dim, quadrature.size(), dim+dof.get_fe().n_components());
+  assembler.initialize(n_gauss_points+1, dof.get_fe().n_components());
 
   for(unsigned int l=0; l<triangulation.n_levels(); ++l)
   {
index b1cbc9f6e7a40dd4314dc17c2d5c9024b2d13043..100f9c630a83f1da5af7950b092721a461bf0b7c 100644 (file)
@@ -1,6 +1,8 @@
 
 DEAL::Cycle 0
 DEAL::Number of degrees of freedom: 75   L0: 12   L1: 27   L2: 75
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -146,10 +148,10 @@ DEAL::1.00000     0.500000        0       0       0
 DEAL::
 DEAL::0.500000 1.00000 0       0       0       
 DEAL::1.00000  1.00000 0       0       0       
-DEAL::
-DEAL::
 DEAL::Cycle 1
 DEAL::Number of degrees of freedom: 123   L0: 12   L1: 27   L2: 75   L3: 75
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -407,10 +409,10 @@ DEAL::0.500000    0.250000        1.00000 1.00000 1.00000
 DEAL::
 DEAL::0.250000 0.500000        1.00000 1.00000 1.00000 
 DEAL::0.500000 0.500000        1.00000 1.00000 1.00000 
-DEAL::
-DEAL::
 DEAL::Cycle 2
 DEAL::Number of degrees of freedom: 171   L0: 12   L1: 27   L2: 75   L3: 75   L4: 75
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -780,10 +782,10 @@ DEAL::0.250000    0.125000        1.00000 1.00000 1.00000
 DEAL::
 DEAL::0.125000 0.250000        1.00000 1.00000 1.00000 
 DEAL::0.250000 0.250000        1.00000 1.00000 1.00000 
-DEAL::
-DEAL::
 DEAL::Cycle 3
 DEAL::Number of degrees of freedom: 219   L0: 12   L1: 27   L2: 75   L3: 75   L4: 75   L5: 75
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -1265,10 +1267,10 @@ DEAL::0.125000  0.0625000       1.00000 1.00000 1.00000
 DEAL::
 DEAL::0.0625000        0.125000        1.00000 1.00000 1.00000 
 DEAL::0.125000 0.125000        1.00000 1.00000 1.00000 
-DEAL::
-DEAL::
 DEAL::Cycle 4
 DEAL::Number of degrees of freedom: 603   L0: 12   L1: 27   L2: 75   L3: 195   L4: 195   L5: 195   L6: 195
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -2758,10 +2760,10 @@ DEAL::0.0625000 0.0937500       1.00000 1.00000 1.00000
 DEAL::
 DEAL::0.0312500        0.125000        1.00000 1.00000 1.00000 
 DEAL::0.0625000        0.125000        1.00000 1.00000 1.00000 
-DEAL::
-DEAL::
 DEAL::Cycle 5
 DEAL::Number of degrees of freedom: 1071   L0: 12   L1: 27   L2: 75   L3: 243   L4: 243   L5: 243   L6: 243   L7: 459
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -5595,5 +5597,3 @@ DEAL::0.0625000   0.0781250       1.00000 1.00000 1.00000
 DEAL::
 DEAL::0.0468750        0.0937500       1.00000 1.00000 1.00000 
 DEAL::0.0625000        0.0937500       1.00000 1.00000 1.00000 
-DEAL::
-DEAL::
index 6cd6afc0114cf90bc7ab1697850491e7f029dde1..e669e0c8684e62e29c5e4c8bacdb35a852d5b789 100644 (file)
@@ -289,7 +289,7 @@ LaplaceProblem<dim>::output_gpl(const MGDoFHandler<dim> &dof,
   MeshWorker::DoFInfo<dim> dof_info(dof);
 
   MeshWorker::Assembler::GnuplotPatch assembler;
-  assembler.initialize(dim, quadrature.size(), dim+dof.get_fe().n_components());
+  assembler.initialize(n_gauss_points+1, dof.get_fe().n_components());
 
   for(unsigned int l=0; l<triangulation.n_levels(); ++l)
   {
index b49f0e1eb5bc1e716b7b3a80978e58e76ab0c9e4..fb20e48d53af73b4d6452b7a0cf8fd7a5c49a6cf 100644 (file)
@@ -4,6 +4,8 @@ DEAL::Number of degrees of freedom: 75   L0: 12   L1: 27   L2: 75
 DEAL::0 0      0       0
 DEAL::1 14.9666        14.9666 0
 DEAL::2 18.7083        18.7083 0
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -149,14 +151,14 @@ DEAL::1.00000     0.500000        0       0       0
 DEAL::
 DEAL::0.500000 1.00000 0       0       0       
 DEAL::1.00000  1.00000 0       0       0       
-DEAL::
-DEAL::
 DEAL::Cycle 1
 DEAL::Number of degrees of freedom: 123   L0: 12   L1: 27   L2: 75   L3: 75
 DEAL::0 0      0       0
 DEAL::1 34.6103        34.6103 0
 DEAL::2 27.5590        27.5590 0
 DEAL::3 11.2250        11.2250 0
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -414,8 +416,6 @@ DEAL::0.500000      0.250000        0       0       0
 DEAL::
 DEAL::0.250000 0.500000        0       0       0       
 DEAL::0.500000 0.500000        0       0       0       
-DEAL::
-DEAL::
 DEAL::Cycle 2
 DEAL::Number of degrees of freedom: 171   L0: 12   L1: 27   L2: 75   L3: 75   L4: 75
 DEAL::0 0      0       0
@@ -423,6 +423,8 @@ DEAL::1 59.1650     59.1650 0
 DEAL::2 43.6374        43.6374 0
 DEAL::3 23.1409        23.1409 0
 DEAL::4 11.2250        11.2250 0
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -792,8 +794,6 @@ DEAL::0.250000      0.125000        0       0       0
 DEAL::
 DEAL::0.125000 0.250000        0       0       0       
 DEAL::0.250000 0.250000        0       0       0       
-DEAL::
-DEAL::
 DEAL::Cycle 3
 DEAL::Number of degrees of freedom: 219   L0: 12   L1: 27   L2: 75   L3: 75   L4: 75   L5: 75
 DEAL::0 0      0       0
@@ -802,6 +802,8 @@ DEAL::2 65.7026     65.7026 0
 DEAL::3 40.9905        40.9905 0
 DEAL::4 23.1409        23.1409 0
 DEAL::5 11.2250        11.2250 0
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -1283,8 +1285,6 @@ DEAL::0.125000    0.0625000       0       0       0
 DEAL::
 DEAL::0.0625000        0.125000        0       0       0       
 DEAL::0.125000 0.125000        0       0       0       
-DEAL::
-DEAL::
 DEAL::Cycle 4
 DEAL::Number of degrees of freedom: 603   L0: 12   L1: 27   L2: 75   L3: 195   L4: 195   L5: 195   L6: 195
 DEAL::0 0      0       0
@@ -1294,6 +1294,8 @@ DEAL::3 149.917   149.917 0
 DEAL::4 86.7783        86.7783 0
 DEAL::5 45.9402        45.9402 0
 DEAL::6 21.4942        21.4942 0
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -2783,8 +2785,6 @@ DEAL::0.0625000   0.0937500       0       0       0
 DEAL::
 DEAL::0.0312500        0.125000        0       0       0       
 DEAL::0.0625000        0.125000        0       0       0       
-DEAL::
-DEAL::
 DEAL::Cycle 5
 DEAL::Number of degrees of freedom: 1071   L0: 12   L1: 27   L2: 75   L3: 243   L4: 243   L5: 243   L6: 243   L7: 459
 DEAL::0 0      0       0
@@ -2795,6 +2795,8 @@ DEAL::4 254.936   254.936 0
 DEAL::5 148.333        148.333 0
 DEAL::6 77.6563        77.6563 0
 DEAL::7 38.3406        38.3406 0
+DEAL::
+DEAL::
 DEAL::-1.00000 -1.00000        0       0       0       
 DEAL::1.00000  -1.00000        0       0       0       
 DEAL::
@@ -5628,5 +5630,3 @@ DEAL::0.0625000   0.0781250       0       0       0
 DEAL::
 DEAL::0.0468750        0.0937500       0       0       0       
 DEAL::0.0625000        0.0937500       0       0       0       
-DEAL::
-DEAL::

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.