From: hartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 5 Jul 2005 20:19:51 +0000 (+0000)
Subject: Comment out grid_in_3d_evil_*.in grids which include negative cells. Reinclude them... 
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a68c265653cfd26e96f27da6212fa5367c36429;p=dealii-svn.git

Comment out grid_in_3d_evil_*.in grids which include negative cells. Reinclude them as soon as renumbering of negative grids is available.


git-svn-id: https://svn.dealii.org/trunk@11073 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/tests/deal.II/grid_in_3d.cc b/tests/deal.II/grid_in_3d.cc
index fb5802e9a7..123af7c829 100644
--- a/tests/deal.II/grid_in_3d.cc
+++ b/tests/deal.II/grid_in_3d.cc
@@ -81,10 +81,10 @@ int main ()
   test ("grid_in_3d_3.in");
   test ("grid_in_3d_4.in");
 
-  test ("grid_in_3d_evil_0.in");
-  test ("grid_in_3d_evil_1.in");
-  test ("grid_in_3d_evil_2.in");
-  test ("grid_in_3d_evil_3.in");
-  test ("grid_in_3d_evil_4.in");
+//    test ("grid_in_3d_evil_0.in");
+//    test ("grid_in_3d_evil_1.in");
+//    test ("grid_in_3d_evil_2.in");
+//    test ("grid_in_3d_evil_3.in");
+//    test ("grid_in_3d_evil_4.in");
 }
 
diff --git a/tests/results/i686-pc-linux-gnu+gcc3.2/deal.II/grid_in_3d.output b/tests/results/i686-pc-linux-gnu+gcc3.2/deal.II/grid_in_3d.output
index b5ce94b9f3..b5bb6b95e4 100644
--- a/tests/results/i686-pc-linux-gnu+gcc3.2/deal.II/grid_in_3d.output
+++ b/tests/results/i686-pc-linux-gnu+gcc3.2/deal.II/grid_in_3d.output
@@ -11,48 +11,3 @@ DEAL::  hash=4
 DEAL::Reading grid_in_3d_4.in
 DEAL::  13824 active cells
 DEAL::  hash=667289411
-DEAL::Reading grid_in_3d_evil_0.in
-DEAL::  10 active cells
-DEAL::  hash=336
-DEAL::Reading grid_in_3d_evil_1.in
-DEAL::  caught exception:
-DEAL::--------------------------------------------------------
-An error occurred in file <grid_reordering.cc> in function
-    void internal::GridReordering3d::Orienter::orient_edges()
-The violated condition was: 
-    cell_is_consistent(cur_posn)
-The name and call sequence of the exception was:
-    ExcGridOrientError("Mesh is Unorientable")
-Additional Information: 
-Grid Orientation Error: Mesh is Unorientable
---------------------------------------------------------
-
-DEAL::Reading grid_in_3d_evil_2.in
-DEAL::  caught exception:
-DEAL::--------------------------------------------------------
-An error occurred in file <grid_reordering.cc> in function
-    void internal::GridReordering3d::Orienter::orient_edges()
-The violated condition was: 
-    cell_is_consistent(cur_posn)
-The name and call sequence of the exception was:
-    ExcGridOrientError("Mesh is Unorientable")
-Additional Information: 
-Grid Orientation Error: Mesh is Unorientable
---------------------------------------------------------
-
-DEAL::Reading grid_in_3d_evil_3.in
-DEAL::  caught exception:
-DEAL::--------------------------------------------------------
-An error occurred in file <grid_reordering.cc> in function
-    void internal::GridReordering3d::Orienter::orient_edges()
-The violated condition was: 
-    cell_is_consistent(cur_posn)
-The name and call sequence of the exception was:
-    ExcGridOrientError("Mesh is Unorientable")
-Additional Information: 
-Grid Orientation Error: Mesh is Unorientable
---------------------------------------------------------
-
-DEAL::Reading grid_in_3d_evil_4.in
-DEAL::  10 active cells
-DEAL::  hash=336