]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
bug and news
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Sep 2004 14:45:06 +0000 (14:45 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Sep 2004 14:45:06 +0000 (14:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@9624 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out.cc
deal.II/doc/news/c-5.0.html

index 2df2e5d2b9fe8d110fe383db9a7d344d11800a37..6f39903eb3f34687867fd8553c9bad364c575d2d 100644 (file)
@@ -176,7 +176,7 @@ add_data_vector (const VECTOR                   &vec,
                                   // vectors
   Assert ((vec.size() == dofs->get_tria().n_active_cells()) ||
          (vec.size() == dofs->n_dofs()),
-         ExcDimensionMismatch(vec.size(),
+         ExcInvalidVectorSize(vec.size(),
                               dofs->n_dofs(),
                               dofs->get_tria().n_active_cells()));
   
index 88ad8e6883a6ed709cf7edfecad34fcaefef2413..cb8963feae5d685fd51286b214629305f36b05eb 100644 (file)
@@ -73,6 +73,16 @@ inconvenience this causes.
 <h3>General</h3>
 
 <ol>
+
+  <li> <p>
+       Improved: the documentation generated by Doxygen now states the header
+       file defining a class. Furthermore, all <acronym>deal.II</acronym>
+       exceptions are listed as classes and will soon be found in the module
+       <tt>Exceptions</tt>.
+       <br>
+       (GK 2004/09/16)
+       </p>
+
   <li> <p>
        New: configuration option <tt>--with-umfpack</tt> for using the 
        UMFPack version and enabling the class <code
@@ -96,6 +106,13 @@ inconvenience this causes.
 <h3>base</h3>
 
 <ol>
+
+  <li> <p> New: a class template <code class="class">SliceVector</code> allows
+  access to consecutive portions os a vector.
+  <br>
+  (GK 2004/09/16)
+  </p>
+
   <li> <p> New: The classes <code
        class="class">TableIndices&lt;N&gt;</code> and <code
        class="class">Table&lt;N,T&gt;</code> are now implemented also

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.