<h3>base</h3>
<ol>
+ <li> <p>
+ New: The class <code
+ class="class">Polynomials::RaviartThomas</code> implements
+ Raviart-Thomas polynomials of arbitrary order in 2d and 3d.
+ <br>
+ (GK, 2005/05/30)
+ </p>
+
+ <li> <p>
+ New: The <code class="class">Polynomials::Lagrange</code> class
+ allows generation of Lagrange interpolation polynomials for
+ arbitrary point sets. In order to get better interpolation for
+ higher order polynomials, <code
+ class="class">QGaussLobatto</code> has been added to produce
+ interpolation point sets clustering at the boundary of a cell
+ (weights are not computed yet).
+ <br>
+ (GK, 2005/05/30)
+ </p>
+
<li> <p>
New: The <code class="class">QAnisotropic</code> class allows
generation of quadrature rules of different order in each
<h3>deal.II</h3>
<ol>
+ <li> <p>
+ New: The <code class="class">FE_RaviartThomasNodal</code>
+ implements Raviart-Thomas elements using function values in
+ Gauss quadrature points on edges and in the interior for its
+ node values. The implementation is restricted to Cartesian mesh
+ cells right now, but works in 2D and 3D.
+ <br>
+ (GK, 2005/05/30)
+ </p>
+
<li> <p>
Improved: The <code class="member">Mapping::transform_*</code>
functions accept <code class="class">VectorSlice</code> instead