From 316ec23728bdb6c6231cb71f8b2611a8517a00cc Mon Sep 17 00:00:00 2001 From: heister Date: Mon, 24 Jun 2013 09:05:29 +0000 Subject: [PATCH] update test git-svn-id: https://svn.dealii.org/trunk@29862 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/mesh_worker_matrix_01.cc | 1 + tests/mpi/mesh_worker_matrix_01/ncpu_1/cmp/generic | 3 +++ tests/mpi/mesh_worker_matrix_01/{ncpu_4 => ncpu_2}/cmp/generic | 0 3 files changed, 4 insertions(+) rename tests/mpi/mesh_worker_matrix_01/{ncpu_4 => ncpu_2}/cmp/generic (100%) diff --git a/tests/mpi/mesh_worker_matrix_01.cc b/tests/mpi/mesh_worker_matrix_01.cc index 3521bc0b1a..a902cdffc5 100644 --- a/tests/mpi/mesh_worker_matrix_01.cc +++ b/tests/mpi/mesh_worker_matrix_01.cc @@ -193,6 +193,7 @@ test(const FiniteElement& fe) deallog << std::endl; test_simple(dofs, false); + deallog << "now with jump terms" << std::endl; test_simple(dofs, true); } diff --git a/tests/mpi/mesh_worker_matrix_01/ncpu_1/cmp/generic b/tests/mpi/mesh_worker_matrix_01/ncpu_1/cmp/generic index 81b7a6001b..84726cdce5 100644 --- a/tests/mpi/mesh_worker_matrix_01/ncpu_1/cmp/generic +++ b/tests/mpi/mesh_worker_matrix_01/ncpu_1/cmp/generic @@ -65,6 +65,7 @@ DEAL::DoFHandler 16 levels 0:1 1:4 2:16 (15,13) 0.00000 (15,14) 0.00000 (15,15) 10.0000 +DEAL::now with jump terms (0,0) 14.0000 (0,1) -1.00000 (0,2) -1.00000 @@ -456,6 +457,7 @@ DEAL::DoFHandler 25 levels 0:4 1:9 2:25 (24,22) 10.0000 (24,23) 10.0000 (24,24) 10.0000 +DEAL::now with jump terms (0,0) 14.0000 (0,1) 13.0000 (0,2) 13.0000 @@ -1492,6 +1494,7 @@ DEAL::DoFHandler 41 levels 0:5 1:13 2:41 (40,38) 0.00000 (40,39) 0.00000 (40,40) 10.0000 +DEAL::now with jump terms (0,0) 14.0000 (0,1) 13.0000 (0,2) 13.0000 diff --git a/tests/mpi/mesh_worker_matrix_01/ncpu_4/cmp/generic b/tests/mpi/mesh_worker_matrix_01/ncpu_2/cmp/generic similarity index 100% rename from tests/mpi/mesh_worker_matrix_01/ncpu_4/cmp/generic rename to tests/mpi/mesh_worker_matrix_01/ncpu_2/cmp/generic -- 2.39.5