From 54da5b57c73e67316896bc9c9d7b3767048e85f7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 3 Aug 2011 21:04:07 +0000 Subject: [PATCH] Test is now fixed. git-svn-id: https://svn.dealii.org/trunk@24011 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/solution_transfer_01.cc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/tests/mpi/solution_transfer_01.cc b/tests/mpi/solution_transfer_01.cc index b2a78f7397..a9b2750397 100644 --- a/tests/mpi/solution_transfer_01.cc +++ b/tests/mpi/solution_transfer_01.cc @@ -12,7 +12,8 @@ //--------------------------------------------------------------------------- -// SolutionTransfer locks up when a process has no locally owned cells +// SolutionTransfer locked up when a process has no locally owned +// cells. this was fixed with r24007 #include "../tests.h" #include "coarse_grid_common.h" @@ -54,8 +55,8 @@ void test() GridGenerator::hyper_cube (tria,-1.0,1.0); - DoFHandler<2> dh(tria); FE_Q<2> fe(1); + DoFHandler<2> dh(tria); dh.distribute_dofs(fe); @@ -84,22 +85,23 @@ void test() PETScWrappers::MPI::Vector tmp(MPI_COMM_WORLD,dh.n_dofs(),dh.n_locally_owned_dofs()); - std::cout<<"I WAS HERE"<