From 3aed3151089e5f1dc4f3f3cfd909678026409052 Mon Sep 17 00:00:00 2001 From: deal Date: Thu, 23 Oct 2003 18:48:46 +0000 Subject: [PATCH] Q4 mappings will not be implemented in the near future for 3d. git-svn-id: https://svn.dealii.org/trunk@8144 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/normals_2.cc | 6 +++--- tests/bits/q_point_sum_2.cc | 8 ++++---- tests/bits/volume_2.cc | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/bits/normals_2.cc b/tests/bits/normals_2.cc index 0aaf3fe9da..3dd093b83c 100644 --- a/tests/bits/normals_2.cc +++ b/tests/bits/normals_2.cc @@ -1,6 +1,6 @@ //---------------------------- normals_2.cc --------------------------- -// $Id$ -// Version: $Name$ +// normals_2.cc,v 1.1 2003/10/19 22:29:38 wolf Exp +// Version: // // Copyright (C) 2003 by the deal.II authors // @@ -117,7 +117,7 @@ int main () coarse_grid.set_boundary (0, boundary); check (coarse_grid, 1); check (coarse_grid, 2); - check (coarse_grid, 4); + check (coarse_grid, 3); } } diff --git a/tests/bits/q_point_sum_2.cc b/tests/bits/q_point_sum_2.cc index cb7c365377..bbd0e3885d 100644 --- a/tests/bits/q_point_sum_2.cc +++ b/tests/bits/q_point_sum_2.cc @@ -1,6 +1,6 @@ //---------------------------- q_point_sum_2.cc --------------------------- -// $Id$ -// Version: $Name$ +// q_point_sum_2.cc,v 1.1 2003/10/19 22:29:39 wolf Exp +// Version: // // Copyright (C) 2003 by the deal.II authors // @@ -112,7 +112,7 @@ int main () GridGenerator::hyper_cube (coarse_grid, -1, 1); check (coarse_grid, 1); check (coarse_grid, 2); - check (coarse_grid, 4); + check (coarse_grid, 3); } @@ -133,7 +133,7 @@ int main () coarse_grid.set_boundary (0, boundary); check (coarse_grid, 1); check (coarse_grid, 2); - check (coarse_grid, 4); + check (coarse_grid, 3); } } diff --git a/tests/bits/volume_2.cc b/tests/bits/volume_2.cc index 59eff53ccc..5a2e88247f 100644 --- a/tests/bits/volume_2.cc +++ b/tests/bits/volume_2.cc @@ -1,6 +1,6 @@ //---------------------------- volume_2.cc --------------------------- -// $Id$ -// Version: $Name$ +// volume_2.cc,v 1.1 2003/10/19 22:29:39 wolf Exp +// Version: // // Copyright (C) 2003 by the deal.II authors // @@ -125,7 +125,7 @@ int main () coarse_grid.set_boundary (0, boundary); check (coarse_grid, 1); check (coarse_grid, 2); - check (coarse_grid, 4); + check (coarse_grid, 3); } } -- 2.39.5