From: Ralf Hartmann
-
Removed: The explicite instantiations of SparseMatrix<long double>
are
removed as a prerelease of gcc3.0 fails to compile it. A user
@@ -234,7 +231,8 @@ documentation, etc.
(RH 2001/03/14)
New: class
+ New: class
+
+ New: The new function
New:
BlockMatrixArray<MATRIX>
implements
a block matrix based on an array of matrix pointers. Since this
array may be incomplete, no direct access to entries is
@@ -266,6 +264,28 @@ documentation, etc.
deal.II
+
PersistentTriangulation<dim>
::restore(unsigned int)
allows to restore
+ the triangulation step by step.
+
+ New: Now there exists a function PersistentTriangulation<dim>
::clear_flags
to allow to re-read_flags
without the need of clearing
+ the triangulation in advance.
+
+ New: The new function PersistentTriangulation<dim>
::n_refinement_steps
returns the number of
+ refinement steps stored in refine_flags
.
+
+ (RH 2001/03/20)
+ GridGenerator
::hyper_rectangle
creates