]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Feb 2003 00:02:12 +0000 (00:02 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Feb 2003 00:02:12 +0000 (00:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@7101 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/future.html
deal.II/doc/news/2002/c-3-4.html

index 970ca9f0688e0d9cb1b35ed72831ebe3e51817ae..293d10f07918440b8360e6fe57e67b5a7f53895f 100644 (file)
@@ -90,8 +90,8 @@
 
     <li> <p> 
          <strong>A better test-suite:</strong> We have a small
-         suite of programs (approximately 60 programs with roughly
-         18000 lines of code at present) that are run automatically
+         suite of programs (approximately 90 programs with roughly
+         26000 lines of code at present) that are run automatically
          for regression tests each night. Some of these are modified real-life
          applications, so they should cover a relevant part of the
          library, but it would be necessary to reach every corner of
index 1a1bcb4e73467957b97b7a4d22dede408fca249c..5eade5706ce8bd2daf79439ef22f321e5318fed2 100644 (file)
@@ -320,6 +320,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
        (WB 2003/02/06)
        </p>
 
+  <li> <p> 
+       New: The <code class="class">ThreadMutex</code> classes now have a
+       member class <code class="class">ScopedLock</code> that implements the
+       scoped thread-safe locking pattern of Doug Schmidt. It is also used in
+       various places of the code now.
+       <br>
+       (WB 2003/01/28)
+       </p>
+
   <li> <p> 
        Fixed: The <code class="class">PosixThreadManager</code> called
        its <code class="member">wait</code> function in the
@@ -708,6 +717,26 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
 <h3>deal.II</h3>
 
 <ol>
+  <li> <p>
+       Fixed: The <code
+       class="member">ConstraintMatrix::is_identity_constrained</code> function
+       would previously generate a segmentation fault if called on a constraint
+       matrix object that did not contain any constraints at all. This is now
+       fixed.
+       <br>
+       (WB 2003/02/15)
+       </p>
+
+  <li> <p>
+       Fixed: Objects of type <code class="class">FESystem</code> 
+       could not be constructed if one of the elements it is to be composed of
+       did not implement interface constraints for hanging nodes. This is now
+       fixed: you can construct such a composed element, but it does not
+       implement hanging node constraints either.
+       <br>
+       (WB 2003/02/15)
+       </p>
+
   <li> <p>
        New: For each of the renumbering functions in the <code
        class="class">DoFRenumbering</code> class there is now an
@@ -720,15 +749,6 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
        (RH 2003/02/03)
        </p>
 
-  <li> <p> 
-       New: The <code class="class">ThreadMutex</code> classes now have a
-       member class <code class="class">ScopedLock</code> that implements the
-       scoped thread-safe locking pattern of Doug Schmidt. It is also used in
-       various places of the code now.
-       <br>
-       (WB 2003/01/28)
-       </p>
-
   <li> <p> 
        Fixed: The <code class="class">GridReordering</code> tried to be
        thread-safe in the initialization of some data, but was not due to a

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.