<h3>base</h3>
<ol>
+ <li> <p>
+ New: almost all classes that store data now have a function
+ <code class="member">memory_consumption</code> that returns an
+ estimate of the amount of memory (in bytes) used up by this
+ class. Supporting functions to compute the size of STL vectors
+ and other objects can be found the
+ <code class="class">MemoryConsumption</code> namespace.
+ <br>
+ (WB 2000/11/27)
+ </p>
+
<li> <p>
New: Class <code class="class">FunctionDerivative</code>
computes finite difference approximations of a directional
<h3>lac</h3>
<ol>
+ <li> <p>
+ New: almost all classes that store data now have a function
+ <code class="member">memory_consumption</code> that returns an
+ estimate of the amount of memory (in bytes) used up by this
+ class.
+ <br>
+ (WB 2000/11/27)
+ </p>
+
<li> <p>
New: <code class="member">
SparseMatrix<number>::n_actually_nonzero_elements</code>
<h3>deal.II</h3>
<ol>
+ <li> <p>
+ New: almost all classes that store data now have a function
+ <code class="member">memory_consumption</code> that returns an
+ estimate of the amount of memory (in bytes) used up by this
+ class.
+ <br>
+ (WB 2000/11/27)
+ </p>
+
<li> <p>
New: The <code class="member">ConstraintMatrix::add_entries</code>
function add several constraints at once.
<dir>
<dl>
+ <p>
+ <dt>
+ <strong>2000/11/27: Memory consumption monitoring</strong>
+ </dt>
+ <dd>
+ Almost all classes in the library that store significant
+ amounts of data now have a function
+ <code class="member">memory_consumption</code> that returns an
+ estimate of the amount of memory (in bytes) used up by this
+ class. These functions may be used to track down where memory
+ bottlenecks are located.
+ </dd>
+ </p>
+
+
<p>
<dt>
<strong>2000/08/30: New report on dimension