<h3>lac</h3>
<ol>
- <li> <p> New: a way of using abstract base classes for matrices has
- been implemented with <code class="class">PointerMatrixBase</code>
- and <code class="class">PointerMatrix</code>. Storing a matrix in
- <code class="class">PointerMatrix</code> allows to use the base
- class in functions only templated for the vector class.
- <br>
- (GK 2--2/07/18)
+ <li> <p>
+ New: a way of using abstract base classes for matrices has
+ been implemented with <code class="class">PointerMatrixBase</code>
+ and <code class="class">PointerMatrix</code>. Storing a matrix in
+ <code class="class">PointerMatrix</code> allows to use the base
+ class in functions only templated for the vector class.
+ <br>
+ (GK 2002/07/18)
</p>
</ol>
<h3>deal.II</h3>
<ol>
- <li> <p> Improved: <code class="class">VectorTools</code>::<code
- class="member">integrate_difference</code> can compute <i>L<sup>p</sup></i>
- and <i>W<sup>1,p</sup></i> norms for arbitrary <i>p</i>. The function
- receives an additional optional argument <i>p</i> for this. All previous
- fuctionality remains unchanged, although the code has been cleaned up a bit.
- <br>
- (GK 2002/08/01)
+ <li> <p>
+ Improved: <code class="class">VectorTools</code>::<code
+ class="member">integrate_difference</code> can compute <i>L<sup>p</sup></i>
+ and <i>W<sup>1,p</sup></i> norms for arbitrary <i>p</i>. The function
+ receives an additional optional argument <i>p</i> for this. All previous
+ fuctionality remains unchanged, although the code has been cleaned up a bit.
+ <br>
+ (GK 2002/08/01)
</p>
<li> <p> New: The <code class="class">GridTools</code> class now