]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove some code that we don't need/use.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Jun 2011 18:51:31 +0000 (18:51 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Jun 2011 18:51:31 +0000 (18:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@23769 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_q_constraints.cc

index b3a969a930bee20712f4c147b136dcb27f1eab71..09a747a49f803507844219519afb4da0b9a99506 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2003, 2004, 2005, 2010 by the deal.II authors
+//    Copyright (C) 2003, 2004, 2005, 2010, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -12,7 +12,7 @@
 //---------------------  fe_q_constraints.cc  --------------------------
 
 
-// This file implements a simple test procedure for the algorithm,
+// This file implements a simple test procedure for the algorithm
 // which constructs the constraint matrices for FE_Q<3> elements 
 // of arbitrary order. After interpolating a polynomial with the 
 // degree of the ansatzspace, the hanging node constraints are   
@@ -104,7 +104,6 @@ class TestFEQConstraints
     
     void refine_grid_random ();
     void make_grid_and_dofs ();
-    void output_grid () const;
     
     void test ();
     
@@ -169,15 +168,6 @@ void TestFEQConstraints<dim>::make_grid_and_dofs ()
 }
 
 
-template <int dim>
-void TestFEQConstraints<dim>::output_grid () const
-{
-  std::ofstream output ("test_feq3.eps");
-  GridOut grid_out;
-  grid_out.write_eps (triangulation, output);
-}
-
-
 template <int dim>
 void TestFEQConstraints<dim>::test ()
 {
@@ -240,7 +230,6 @@ template <int dim>
 void TestFEQConstraints<dim>::run () 
 {
   make_grid_and_dofs ();
-//  output_grid ();
   test ();
 }
 

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.