]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove test now no longer necessary. Move test that now works.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 10 Aug 2013 21:15:46 +0000 (21:15 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 10 Aug 2013 21:15:46 +0000 (21:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@30281 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/dof_tools_21_b_x_q3.cc [moved from tests/fail/dof_tools_21_b_x_q3.cc with 100% similarity]
tests/bits/dof_tools_21_b_x_q3/cmp/generic [moved from tests/fail/dof_tools_21_b_x_q3/cmp/generic with 100% similarity]
tests/fail/face_to_cell_01.cc [deleted file]
tests/fail/face_to_cell_01/cmp/generic [deleted file]

diff --git a/tests/fail/face_to_cell_01.cc b/tests/fail/face_to_cell_01.cc
deleted file mode 100644 (file)
index d5bf636..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-// ---------------------------------------------------------------------
-// $Id$
-//
-// Copyright (C) 1998 - 2013 by the deal.II authors
-//
-// This file is part of the deal.II library.
-//
-// The deal.II library is free software; you can use it, redistribute
-// it, and/or modify it under the terms of the GNU Lesser General
-// Public License as published by the Free Software Foundation; either
-// version 2.1 of the License, or (at your option) any later version.
-// The full text of the license can be found in the file LICENSE at
-// the top level of the deal.II distribution.
-//
-// ---------------------------------------------------------------------
-
-
-// it turns out that FE_Q::face_to_cell_index() had a bug for elements beyond
-// Q2 when using the face flip flag. this test is for the 2d case
-
-
-#include "../tests.h"
-#include <iostream>
-#include <fstream>
-
-#include <deal.II/base/logstream.h>
-#include <deal.II/fe/fe_q.h>
-
-template<int dim>
-void test()
-{
-  FE_Q<dim> fe(3);
-  const unsigned int dofs_per_face = fe.dofs_per_face;
-
-  for (unsigned int i = 0; i < dofs_per_face; ++i)
-    deallog << fe.face_to_cell_index(i, 0, true, false, false) << " - ";
-  deallog << std::endl;
-  for (unsigned int i = 0; i < dofs_per_face; ++i)
-    deallog << fe.face_to_cell_index(i, 0, true, true, false) << " - ";
-  deallog << std::endl;
-}
-
-int main()
-{
-  std::ofstream logfile("face_to_cell_01/output");
-  deallog.attach(logfile);
-  deallog.depth_console(0);
-  deallog.threshold_double(1.e-10);
-
-  test<2>();
-}
-
-
-
diff --git a/tests/fail/face_to_cell_01/cmp/generic b/tests/fail/face_to_cell_01/cmp/generic
deleted file mode 100644 (file)
index af7817b..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-DEAL::0 - 2 - 4 - 5 - 
-DEAL::2 - 0 - 5 - 4 - 

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.