]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
backward compatibility finite elements removed & exists in sparsity pattern (GK)...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Feb 2002 14:14:34 +0000 (14:14 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Feb 2002 14:14:34 +0000 (14:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@5449 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/2002/3.2.0-vs-3.3.0.html

index f6ee045034aa158d91e7e5dcf7b8344a8f5c0044..a8ee290b5c490474442c5ae8c5561b31e508aac5 100644 (file)
 
 <h2>Changes between versions 3.2.0 and 3.3.0</h2>
 
-This is the list of changes made after the release of 
-<acronym>deal.II</acronym> version 3.2. It is subdivided into changes
-made to the three sub-libraries <a href="#base">base</a>, 
-<a href="#lac">lac</a>, and <a href="#deal.II">deal.II</a>, as well as
+This is a quite extensive list of changes made between versions 3.2.0
+and 3.3.0 of <acronym>deal.II</acronym>. It is subdivided into changes
+made to the three sub-libraries <a href="#base">base</a>, <a
+href="#lac">lac</a>, and <a href="#deal.II">deal.II</a>, as well as
 changes to the <a href="#general">general infrastructure,
 documentation, etc</a>.
 
 
-
 <a name="general"></a>
 <h3>General</h3>
 
@@ -231,6 +230,15 @@ documentation, etc</a>.
 <h3>lac</h3>
 
 <ol>
+  <li> <p>
+
+       Improved: all sparsity pattern classes have a function <code
+       class="member">exists</code>, allowing you to check whether a
+       certain index pair has been allocated in the pattern.
+       <br>
+       (GK 2002/02/01)
+       </p>
+
   <li> <p>
        Fixed: Allocation of temporary vectors in <code
        class="member">FilteredMatrix::allocate_tmp_vector</code>
@@ -331,12 +339,27 @@ documentation, etc</a>.
 <h3>deal.II</h3>
 
 <ol>
+  <li> <p>
+       Changed: The classes <code class="class">FEQ1</code>-<code
+       class="class">FEQ4</code>, <code
+       class="class">FEDG_Q1</code><code class="class">FEDG_Q4</code>
+       as well as the files with their definitions,
+       <tt>fe/fe_lib.lagrange.h</tt> and <tt>fe/fe_lib.dg.h</tt>
+       ceased to exist. They had been left in for backward
+       compatibility in an earlier version, but their existence is
+       more confusing than helpful. Please change your code to use the
+       classes <code class="class">FE_Q</code> and <code
+       class="class">FE_DGQ</code>, respectively.
+       <br>
+       (GK 2002/02/01)
+       </p>
+
   <li> <p>
        New: The <code class="class">FilteredIterator</code> class
        provides a view on ranges of iterators by iterating over only
        those objects that satisfy a certain predicate.
        <br>
-       (GK 2002/01/07)
+       (WB 2002/01/07)
        </p>
 
   <li> <p>

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.