<ol>
<li> <p>
- Changed: The <code class="class">LogStream</code> class was
- changed such that it understand the usual <code
- class="member">std::endl</code> manipulator instead of the
- special one needed previously. There is therefore no more need
- to write <code class="member">std::endl</code> at some places
- and <code class="member">endl</code> at others. The special
- function <code class="member">endl</code> has gone.
+ New: There is now a global function <code
+ class="member">trace</code> that computes the trace of a tensor
+ of rank 2.
<br>
- (WB 2001/03/28)
+ (WB 2001/04/12)
</p>
<li> <p>
<h3>deal.II</h3>
<ol>
+ <li> <p>
+ Extended: the <code
+ class="class">DerivativeApproximation</code> class now also
+ works in 3d, as the spectral norm of a symmetric 3x3 matrix can
+ now be computed.
+ <br>
+ (<a href="mailto:roger@kea.grace.cri.nz">Roger Yound</a> 2001/04/12)
+ </p>
+
<li> <p>
Fixed: the <code
class="member">DoFRenumbering::Cuthill_McKee</code> function