-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
- "http://www.w3.org/TR/REC-html40/frameset.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
<html>
- <head>
- <link href="../screen.css" rel="StyleSheet">
- <title>The deal.II news page</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="keywords" content="deal.II"></head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<head>
+ <link href="../screen.css" rel="StyleSheet">
+ <title>The deal.II news page</title>
+ <meta name="author" content="the deal.II authors <authors@dealii.org>">
+ <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors">
+ <meta name="date" content="$Date$">
+ <meta name="keywords" content="deal.II"></head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
<body>
<h3>deal.II</h3>
<ol>
+
+ <li> <p> New: class <code class="class">DoFTools</code> now has two
+ functions <code class="member">compute_row_length_vector</code>, one
+ for equations and one for systems. These give a much fine estimate
+ for the size of the sparsity pattern required than <code
+ class="class">DoFHandler</code>::<code
+ class="member">max_couplings_between_dofs</code>. This is
+ particularly true for systems with few couplings.
+ <br>
+ (GK, 2005/08/24)
+ </p>
+
<li> <p>
Remove: Due to the reimplementation of the 3d reordering
algorithm in <code class="class">GridReordering</code> two
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"
- "http://www.w3.org/TR/REC-html40/frameset.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
<html>
- <head>
- <link href="../screen.css" rel="StyleSheet" media="screen">
- <link href="../print.css" rel="StyleSheet" media="print">
- <title>The deal.II news page</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="keywords" content="deal.II">
- <meta name="CVS_ID" content="$Id$">
- </head>
+<head>
+ <link href="../screen.css" rel="StyleSheet">
+ <title>The deal.II news page</title>
+ <meta name="author" content="the deal.II authors <authors@dealii.org>">
+ <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors">
+ <meta name="date" content="$Date$">
+ <meta name="keywords" content="deal.II">
+ <meta name="CVS_ID" content="$Id$">
+</head>
<body>
<h2>News on <acronym>deal.II</acronym></h2>