From 3b4f7a3b16d8960d90c4772c973456a3bd10a7cc Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 30 Dec 1999 15:58:11 +0000 Subject: [PATCH] Add exception output. git-svn-id: https://svn.dealii.org/trunk@2130 0785d39b-7218-0410-832d-ea1e28bc413d --- .../tutorial/chapter-2.step-by-step/step-5.results | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-5.results b/deal.II/doc/tutorial/chapter-2.step-by-step/step-5.results index fe4b257188..4df7e28e3c 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-5.results +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-5.results @@ -35,11 +35,22 @@ Cycle 5: Total number of cells: 27300 Number of degrees of freedom: 20609 200 CG iterations needed to obtain convergence. +-------------------------------------------------------- +An error occurred in line <206> of file in function + void Coefficient<2>::value_list<2>(const class vector,__default_alloc_template > &, class vector > &, unsigned int = 0) const +The violated condition was: + values.size() == n_points +The name and call sequence of the exception was: + ExcVectorHasWrongSize (values.size(), n_points) +Additional Information: +The vector has size 1 but should have 2 elements. +-------------------------------------------------------- In each cycle, the number of cells quadruples and the number of CG -iterations roughly doubles. +iterations roughly doubles. The exception is only raised if the +respective lines at the end of the programs are un-commented.

-- 2.39.5