From: Wolfgang Bangerth
New:
DoFTools::make_flux_sparsity_pattern
- can be optimized by providing two coefficient msatrices.
+ can be optimized by providing two coefficient matrices.
(GK 2000/05/25)
ConstraintMatrix
.
- (WB 2000/05/16 ...)
+ (WB 2000/05/16 and later)
@@ -367,20 +367,11 @@ (WB 2000/05/10)
-
- New: DataOut::clear_data_vectors
- allows to re-use an object without deleting the DoFHandler
-
- (GK 2000/04/05)
-
- New: class DoFPrintSolverStep
prints
- intermediate vectors of a solver as finite element functions using
- DataOut
.
+
+ New: IntergridMap::get_{source,destination}_grid
+ functions return the grids for which the map was created.
- (GK 2000/04/05)
+ (WB 2000/04/19)
@@ -407,11 +398,20 @@ (WB 2000/04/14)
-
- New: IntergridMap::get_{source,destination}_grid
- functions return the grids for which the map was created.
+
+ New: DataOut::clear_data_vectors
+ allows to re-use an object without deleting the DoFHandler
- (WB 2000/04/19)
+ (GK 2000/04/05)
+
+ New: class DoFPrintSolverStep
prints
+ intermediate vectors of a solver as finite element functions using
+ DataOut
.
+
+ (GK 2000/04/05)