From: bangerth Date: Tue, 16 Jul 2013 19:08:07 +0000 (+0000) Subject: VectorTools::project has worked in 1d for a while already. Test that as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c5a2bed820cd606c1d10d66f538e58a51b02fb;p=dealii-svn.git VectorTools::project has worked in 1d for a while already. Test that as well. git-svn-id: https://svn.dealii.org/trunk@30017 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/project_01.cc b/tests/deal.II/project_01.cc index 57e9df7ff3..45ca6e5247 100644 --- a/tests/deal.II/project_01.cc +++ b/tests/deal.II/project_01.cc @@ -95,8 +95,7 @@ int main() deallog.depth_console(0); deallog.threshold_double(1.e-10); -// 1d is presently not implemented -// test<1>(); + test<1>(); test<2>(); test<3>(); } diff --git a/tests/deal.II/project_01/cmp/generic b/tests/deal.II/project_01/cmp/generic index 7e12d07d2a..8889fb7a29 100644 --- a/tests/deal.II/project_01/cmp/generic +++ b/tests/deal.II/project_01/cmp/generic @@ -1,4 +1,12 @@ +DEAL::0.00000 0 +DEAL::0.250000 0.250000 +DEAL::0.250000 0.250000 +DEAL::0.500000 0.500000 +DEAL::0.500000 0.500000 +DEAL::0.750000 0.750000 +DEAL::0.750000 0.750000 +DEAL::1.00000 1.00000 DEAL::0.00000 0.00000 0 DEAL::0.250000 0.00000 0 DEAL::0.00000 0.250000 0 diff --git a/tests/deal.II/project_02.cc b/tests/deal.II/project_02.cc index 165ecd7354..6dc0594ff3 100644 --- a/tests/deal.II/project_02.cc +++ b/tests/deal.II/project_02.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006 by the deal.II authors +// Copyright (C) 2006, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -98,8 +98,7 @@ int main() deallog.depth_console(0); deallog.threshold_double(1.e-10); -// 1d is presently not implemented -// test<1>(); + test<1>(); test<2>(); test<3>(); } diff --git a/tests/deal.II/project_02/cmp/generic b/tests/deal.II/project_02/cmp/generic index 7e12d07d2a..8889fb7a29 100644 --- a/tests/deal.II/project_02/cmp/generic +++ b/tests/deal.II/project_02/cmp/generic @@ -1,4 +1,12 @@ +DEAL::0.00000 0 +DEAL::0.250000 0.250000 +DEAL::0.250000 0.250000 +DEAL::0.500000 0.500000 +DEAL::0.500000 0.500000 +DEAL::0.750000 0.750000 +DEAL::0.750000 0.750000 +DEAL::1.00000 1.00000 DEAL::0.00000 0.00000 0 DEAL::0.250000 0.00000 0 DEAL::0.00000 0.250000 0