]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Same for 3d.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Feb 2006 00:46:50 +0000 (00:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 18 Feb 2006 00:46:50 +0000 (00:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@12406 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/crash_02.cc

index 5ca509400353e78844004480468fee49c18178a1..758abf89212a153827015bfe8f2b5ef70711eafc 100644 (file)
@@ -51,5 +51,17 @@ int main ()
     dof_handler.begin_active()->set_active_fe_index(0);
   }
   
+  {
+    const unsigned int dim=3;
+    Triangulation<dim> tria;
+    GridGenerator::hyper_cube(tria);
+
+    hp::FECollection<dim> fe_collection;
+    fe_collection.push_back (FE_DGQ<dim> (1));
+
+    hp::DoFHandler<dim> dof_handler(tria);
+    dof_handler.begin_active()->set_active_fe_index(0);
+  }
+  
   deallog << "OK" << std::endl;
 }

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.