]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix various issues.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 23 May 2001 14:14:06 +0000 (14:14 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 23 May 2001 14:14:06 +0000 (14:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@4723 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/boundaries.cc
tests/deal.II/derivative_approximation.cc
tests/deal.II/dof_renumbering.cc
tests/deal.II/error_estimator.cc
tests/deal.II/filtered_matrix.cc
tests/deal.II/matrices.cc
tests/deal.II/support_point_map.cc

index 413e0e13713b1dbb0efc542fcb724466785e5db3..0a5d3cea68ce7d6f1a72cad21413096d2f6a4451 100644 (file)
@@ -85,7 +85,7 @@ check ()
   Triangulation<dim> tr;  
   if (dim==2)
     {
-      GridGenerator::hyper_ball(tr);
+      GridGenerator::hyper_ball(tr, Point<dim>(), 1);
     }
   else
     GridGenerator::hyper_cube(tr, -1./sqrt(dim),1./sqrt(dim));
@@ -137,7 +137,7 @@ check ()
       deallog << "Interpolated boundary values" << std::endl;
       std::map<unsigned int,double> interpolated_bv;
       VectorTools::interpolate_boundary_values (mapping, dof, function_map,
-                                               interpolated_bv);
+                                               interpolated_bv, std::vector<bool>());
       write_map (interpolated_bv);
 
                                       // project boundary values
index d879b2a1bf54f2c712e9a41aab3b2d49cddebbbd..fea9cc52d22d40b77776ec4a1e12fe41730625ee 100644 (file)
@@ -40,7 +40,7 @@ check ()
   
   Triangulation<dim> tr;  
   if (dim==2)
-    GridGenerator::hyper_ball(tr);
+    GridGenerator::hyper_ball(tr, Point<dim>(), 1);
   else
     GridGenerator::hyper_cube(tr, -1,1);
   tr.refine_global (1);
index 69d90e1aaaaf321590658300f52dcea31ad230de..8ab6400484ccd3294664b74b84b9d09ecdb7c596 100644 (file)
@@ -59,7 +59,7 @@ check ()
   
   Triangulation<dim> tr;  
   if (dim==2)
-    GridGenerator::hyper_ball(tr);
+    GridGenerator::hyper_ball(tr, Point<dim>(), 1);
   else
     GridGenerator::hyper_cube(tr, -1,1);
   tr.refine_global (1);
index 2f1c2711d337493bc371a140703aecff598e1cf8..6c2f7830a79631f829029eff76304c2ad27a1544 100644 (file)
@@ -77,7 +77,7 @@ check ()
   
   Triangulation<dim> tr;  
   if (dim==2)
-    GridGenerator::hyper_ball(tr);
+    GridGenerator::hyper_ball(tr, Point<dim>(), 1);
   else
     GridGenerator::hyper_cube(tr, -1,1);
   tr.refine_global (1);
index 08d47bf793eb389809265d6776af4c68068c19ae..b04f76d8179a16c26f2deaf4b130aa37d7cef99c 100644 (file)
@@ -101,7 +101,7 @@ check ()
   CosineFunction<dim> cosine;
   
   if (dim==2)
-    GridGenerator::hyper_ball(tr);
+    GridGenerator::hyper_ball(tr, Point<dim>(), 1);
   else
   GridGenerator::hyper_cube(tr, -1,1);
   
@@ -163,7 +163,7 @@ check ()
 
                                   // interpolate boundary values
   std::map<unsigned int,double> bv;
-  VectorTools::interpolate_boundary_values (mapping, dof, 0, cosine, bv);
+  VectorTools::interpolate_boundary_values (mapping, dof, 0, cosine, bv, std::vector<bool>());
                                   // the cosine has too many zero
                                   // values on the boundary of the
                                   // domain, so reset the elements to
index 0794de877b4f339b9597414a045f9bd38f381819..19d526c181570f7edd1255d03702d40a3a5770ec 100644 (file)
@@ -119,7 +119,7 @@ check ()
 {
   Triangulation<dim> tr;  
   if (dim==2)
-    GridGenerator::hyper_ball(tr);
+    GridGenerator::hyper_ball(tr, Point<dim>(), 1);
   else
     GridGenerator::hyper_cube(tr, -1,1);
   tr.refine_global (1);
index 0c131cf340f5255d12294c1b618650c0c2f57be9..ea16c04beaa5331fe9bd998376f120f043c9a9c0 100644 (file)
@@ -82,7 +82,7 @@ check ()
   Triangulation<dim> tr;  
   if (dim==2)
     {
-      GridGenerator::hyper_ball(tr);
+      GridGenerator::hyper_ball(tr, Point<dim>(), 1);
     }
   else
     GridGenerator::hyper_cube(tr, -1./sqrt(dim),1./sqrt(dim));

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.