From 803370f5f9248b54c5869086f5c4dcf6d24dfb84 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 16 Jul 2013 19:08:07 +0000 Subject: [PATCH] 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 --- tests/deal.II/project_01.cc | 3 +-- tests/deal.II/project_01/cmp/generic | 8 ++++++++ tests/deal.II/project_02.cc | 5 ++--- tests/deal.II/project_02/cmp/generic | 8 ++++++++ 4 files changed, 19 insertions(+), 5 deletions(-) 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 -- 2.39.5