From 3201003faf57b7472db2fef635345e7ef88c5691 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 20 Nov 2010 22:37:23 +0000 Subject: [PATCH] Move test now that it works. git-svn-id: https://svn.dealii.org/trunk@22830 0785d39b-7218-0410-832d-ea1e28bc413d --- .../interpolate_boundary_values_01.cc | 4 ++-- .../cmp/generic | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) rename tests/{fail => codim_one}/interpolate_boundary_values_01.cc (96%) create mode 100644 tests/codim_one/interpolate_boundary_values_01/cmp/generic diff --git a/tests/fail/interpolate_boundary_values_01.cc b/tests/codim_one/interpolate_boundary_values_01.cc similarity index 96% rename from tests/fail/interpolate_boundary_values_01.cc rename to tests/codim_one/interpolate_boundary_values_01.cc index e3f2eabfb2..844a25627d 100644 --- a/tests/fail/interpolate_boundary_values_01.cc +++ b/tests/codim_one/interpolate_boundary_values_01.cc @@ -81,8 +81,8 @@ int main () deallog.attach(logfile); deallog.depth_console(0); - test<2,3>("../codim_one/grids/square.inp"); - test<2,3>("../codim_one/grids/sphere_1.inp"); + test<2,3>("grids/square.inp"); + test<2,3>("grids/sphere_1.inp"); return 0; } diff --git a/tests/codim_one/interpolate_boundary_values_01/cmp/generic b/tests/codim_one/interpolate_boundary_values_01/cmp/generic new file mode 100644 index 0000000000..9dbc64720e --- /dev/null +++ b/tests/codim_one/interpolate_boundary_values_01/cmp/generic @@ -0,0 +1,23 @@ + +DEAL::4 active cells +DEAL::25 degrees of freedom +DEAL::16 boundary degrees of freedom +DEAL::1 1.00000 +DEAL::2 1.00000 +DEAL::3 0 +DEAL::5 0.250000 +DEAL::7 0.250000 +DEAL::9 5.00000 +DEAL::10 4.00000 +DEAL::11 4.25000 +DEAL::13 2.25000 +DEAL::15 8.00000 +DEAL::16 5.00000 +DEAL::17 6.25000 +DEAL::19 6.25000 +DEAL::21 4.00000 +DEAL::22 2.25000 +DEAL::23 4.25000 +DEAL::106 active cells +DEAL::426 degrees of freedom +DEAL::0 boundary degrees of freedom -- 2.39.5