From a012928285540a59de601bffc6a2d442adca0889 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 24 May 2013 12:58:47 +0000 Subject: [PATCH] update test git-svn-id: https://svn.dealii.org/trunk@29567 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/mg_04.cc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/mpi/mg_04.cc b/tests/mpi/mg_04.cc index 0c7e531b33..9311263168 100644 --- a/tests/mpi/mg_04.cc +++ b/tests/mpi/mg_04.cc @@ -14,6 +14,14 @@ // distributing FE_Q multigrid DoFs fails /* +An error occurred in line <1344> of file in function + void dealii::internal::DoFHandler::Policy::{anonymous}::set_mg_dofindices_recursively(const dealii::parallel::distributed::Triangulation&, const typename dealii::internal::p4est::types::quadrant&, const typename dealii::DoFHandler::level_cell_iterator&, const typename dealii::internal::p4est::types::quadrant&, unsigned int*, unsigned int) [with int dim = 2; int spacedim = 2; typename dealii::internal::p4est::types::quadrant = p4est_quadrant; typename dealii::DoFHandler::level_cell_iterator = dealii::TriaIterator, true> >] +The violated condition was: + (dof_indices[i] == (DoFHandler::invalid_dof_index)) || (dof_indices[i]==dofs[i]) +The name and call sequence of the exception was: + ExcInternalError() +Additional Information: +(none) */ #include "../tests.h" -- 2.39.5