From 5d860222a869228fcb9db2e2f6f51593b803d40d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 16 Jun 2015 12:26:32 -0500 Subject: [PATCH] Add a comment to two testcases. --- tests/grid/extrude_orientation_01.cc | 3 ++- tests/grid/extrude_orientation_02.cc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/grid/extrude_orientation_01.cc b/tests/grid/extrude_orientation_01.cc index 85f0bf577a..964b38678c 100644 --- a/tests/grid/extrude_orientation_01.cc +++ b/tests/grid/extrude_orientation_01.cc @@ -18,7 +18,8 @@ // Test GridGenerator::extrude. 2d meshes are always correctly // edge-oriented, and so if we stack them one on top of the other, we // should also get a 3d mesh for which both edge and face orientations -// are correct +// are correct -- or so I thought, but this turns out to not be true, +// see https://github.com/dealii/dealii/issues/1013 // // test this for a square extruded to a cube diff --git a/tests/grid/extrude_orientation_02.cc b/tests/grid/extrude_orientation_02.cc index ae302d6ef5..5c8452aeec 100644 --- a/tests/grid/extrude_orientation_02.cc +++ b/tests/grid/extrude_orientation_02.cc @@ -18,7 +18,8 @@ // Test GridGenerator::extrude. 2d meshes are always correctly // edge-oriented, and so if we stack them one on top of the other, we // should also get a 3d mesh for which both edge and face orientations -// are correct +// are correct -- or so I thought, but this turns out to not be true, +// see https://github.com/dealii/dealii/issues/1013 // // test this for a circle extruded to a cylinder -- 2.39.5