From c4fea88bf33af9785bcf1078d144092fa17b8b1c Mon Sep 17 00:00:00 2001 From: leicht Date: Fri, 9 Feb 2007 09:06:24 +0000 Subject: [PATCH] It is now possible to read all gids provided in the regression tests, therefore the output has changed (no Exception). git-svn-id: https://svn.dealii.org/trunk@14451 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/grid_in_3d/cmp/generic | 42 ++++------------------------ 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/tests/deal.II/grid_in_3d/cmp/generic b/tests/deal.II/grid_in_3d/cmp/generic index 43dfab4250..9ae9d7d9cd 100644 --- a/tests/deal.II/grid_in_3d/cmp/generic +++ b/tests/deal.II/grid_in_3d/cmp/generic @@ -15,44 +15,14 @@ DEAL::Reading grid_in_3d_evil_0.in DEAL:: 10 active cells DEAL:: hash=318 DEAL::Reading grid_in_3d_evil_1.in -DEAL:: caught exception: -DEAL::-------------------------------------------------------- -An error occurred in file in function - void dealii::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:: 10 active cells +DEAL:: hash=317 DEAL::Reading grid_in_3d_evil_2.in -DEAL:: caught exception: -DEAL::-------------------------------------------------------- -An error occurred in file in function - void dealii::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:: 10 active cells +DEAL:: hash=313 DEAL::Reading grid_in_3d_evil_3.in -DEAL:: caught exception: -DEAL::-------------------------------------------------------- -An error occurred in file in function - void dealii::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:: 10 active cells +DEAL:: hash=314 DEAL::Reading grid_in_3d_evil_4.in DEAL:: 10 active cells DEAL:: hash=318 -- 2.39.5