From b32754ef492e57cb0bf001b1ceaaf3b93d0d4cfc Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 15 Nov 2013 21:11:09 +0000 Subject: [PATCH] update comment git-svn-id: https://svn.dealii.org/trunk@31677 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/no_flux_13.cc | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/tests/deal.II/no_flux_13.cc b/tests/deal.II/no_flux_13.cc index 9cfaa11e4b..0010dbecf0 100644 --- a/tests/deal.II/no_flux_13.cc +++ b/tests/deal.II/no_flux_13.cc @@ -15,18 +15,8 @@ // --------------------------------------------------------------------- // bug report from mailing list from 11/15/2013 (simplified). no_normal_flux throws -// an exception: -/* --------------------------------------------------------- -An error occurred in line <4314> of file in function - void dealii::VectorTools::compute_no_normal_flux_constraints(const DH&, unsigned int, const std::set&, dealii::ConstraintMatrix&, const dealii::Mapping&) [with int dim = 3; DH = dealii::DoFHandler; int spacedim = 3] -The violated condition was: - vector_dofs.dof_indices[d] < dof_handler.n_dofs() -The name and call sequence of the exception was: - ExcInternalError() -Additional Information: -(none) -*/ +// an ExcInternalError when handing it an FE with less than dim components. This +// is now fixed (throws ExcMessage). #include "../tests.h" -- 2.39.5