From e8bdf39bb698c0ddb4236b8a006429e496376dcc Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 2 Jun 2011 18:51:31 +0000 Subject: [PATCH] Remove some code that we don't need/use. git-svn-id: https://svn.dealii.org/trunk@23769 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/fe_q_constraints.cc | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/tests/bits/fe_q_constraints.cc b/tests/bits/fe_q_constraints.cc index b3a969a930..09a747a49f 100644 --- a/tests/bits/fe_q_constraints.cc +++ b/tests/bits/fe_q_constraints.cc @@ -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::make_grid_and_dofs () } -template -void TestFEQConstraints::output_grid () const -{ - std::ofstream output ("test_feq3.eps"); - GridOut grid_out; - grid_out.write_eps (triangulation, output); -} - - template void TestFEQConstraints::test () { @@ -240,7 +230,6 @@ template void TestFEQConstraints::run () { make_grid_and_dofs (); -// output_grid (); test (); } -- 2.39.5