]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Re-enable a piece of code in a recently added test. 5601/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 6 Dec 2017 20:00:47 +0000 (13:00 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 8 Dec 2017 15:54:10 +0000 (08:54 -0700)
tests/vector_tools/boundaries_complex.cc
tests/vector_tools/boundaries_complex.output

index 5b5e536879cd38f63c3c56a5f7f2b0894462d942..55f3fcf48c444ca5c9e1dc7f11a95426420b1c32 100644 (file)
@@ -141,17 +141,17 @@ check ()
                                                 interpolated_bv, std::vector<bool>());
       write_map (interpolated_bv);
 
-      // // project boundary values
-      // // presently this is not
-      // // implemented for 3d
-      // if (dim != 3)
-      //   {
-      //     deallog << "Projected boundary values" << std::endl;
-      //     std::map<types::global_dof_index,double> projected_bv;
-      //     VectorTools::project_boundary_values (mapping, dof, function_map,
-      //                                           boundary_q(dof), projected_bv);
-      //     write_map (projected_bv);
-      //   }
+      // project boundary values
+      // presently this is not
+      // implemented for 3d
+      if (dim != 3)
+        {
+          deallog << "Projected boundary values" << std::endl;
+          std::map<types::global_dof_index,std::complex<double>> projected_bv;
+          VectorTools::project_boundary_values (mapping, dof, function_map,
+                                                boundary_q(dof), projected_bv);
+          write_map (projected_bv);
+        }
     }
 
 
index 73086f2c764cc5142aa84f29a0097d96317a3d1a..4f8807020fafd59a066a2c2770f0dec6a0edea03 100644 (file)
@@ -2,8 +2,13 @@
 DEAL:1d::Interpolated boundary values
 DEAL:1d::14 (84.15,0.00)
 DEAL:1d::15 (168.29,0.00)
+DEAL:1d::Projected boundary values
+DEAL:1d::14 (84.15,0.00)
+DEAL:1d::15 (168.29,0.00)
 DEAL:1d::Interpolated boundary values
 DEAL:1d::5 (1.00,0.00)
+DEAL:1d::Projected boundary values
+DEAL:1d::5 (1.00,0.00)
 DEAL:2d::Interpolated boundary values
 DEAL:2d::0 (84.15,0.00)
 DEAL:2d::1 (168.29,0.00)
@@ -32,6 +37,34 @@ DEAL:2d::112 (84.15,0.00)
 DEAL:2d::113 (168.29,0.00)
 DEAL:2d::120 (84.14,0.00)
 DEAL:2d::126 (84.14,0.00)
+DEAL:2d::Projected boundary values
+DEAL:2d::0 (84.19,0.00)
+DEAL:2d::1 (168.29,0.00)
+DEAL:2d::2 (84.20,0.00)
+DEAL:2d::3 (168.29,0.00)
+DEAL:2d::10 (84.12,0.00)
+DEAL:2d::29 (84.19,0.00)
+DEAL:2d::30 (168.29,0.00)
+DEAL:2d::31 (84.20,0.00)
+DEAL:2d::32 (168.29,0.00)
+DEAL:2d::35 (84.12,0.00)
+DEAL:2d::45 (84.21,0.00)
+DEAL:2d::46 (168.29,0.00)
+DEAL:2d::49 (84.12,0.00)
+DEAL:2d::78 (84.21,0.00)
+DEAL:2d::79 (168.29,0.00)
+DEAL:2d::83 (84.12,0.00)
+DEAL:2d::86 (84.21,0.00)
+DEAL:2d::87 (168.29,0.00)
+DEAL:2d::91 (84.12,0.00)
+DEAL:2d::98 (84.21,0.00)
+DEAL:2d::99 (168.29,0.00)
+DEAL:2d::102 (84.12,0.00)
+DEAL:2d::108 (84.12,0.00)
+DEAL:2d::112 (84.16,0.00)
+DEAL:2d::113 (168.29,0.00)
+DEAL:2d::120 (84.14,0.00)
+DEAL:2d::126 (84.14,0.00)
 DEAL:2d::Interpolated boundary values
 DEAL:2d::0 (1.00,0.00)
 DEAL:2d::1 (1.00,0.00)
@@ -42,6 +75,16 @@ DEAL:2d::19 (1.00,0.00)
 DEAL:2d::21 (1.00,0.00)
 DEAL:2d::23 (1.00,0.00)
 DEAL:2d::25 (1.00,0.00)
+DEAL:2d::Projected boundary values
+DEAL:2d::0 (1.00,0.00)
+DEAL:2d::1 (1.00,0.00)
+DEAL:2d::8 (1.00,0.00)
+DEAL:2d::9 (1.00,0.00)
+DEAL:2d::12 (1.00,0.00)
+DEAL:2d::19 (1.00,0.00)
+DEAL:2d::21 (1.00,0.00)
+DEAL:2d::23 (1.00,0.00)
+DEAL:2d::25 (1.00,0.00)
 DEAL:3d::Interpolated boundary values
 DEAL:3d::0 (84.15,0.00)
 DEAL:3d::1 (168.29,0.00)

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.