From: heister Date: Fri, 24 May 2013 12:58:47 +0000 (+0000) Subject: update test X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a1693c1280f9cf048c6a1bbe3efd99a2cf3e02;p=dealii-svn.git update test git-svn-id: https://svn.dealii.org/trunk@29567 0785d39b-7218-0410-832d-ea1e28bc413d --- 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"