Fix: configure now uses config.guess to determine the operating
+ system and hardware platform.
+
+
+
+
base
+
+
lac
+
+
+
Fix: SolverCG counts steps properly.
+
+
New: Solver*: There is a virtual function
+ print_vectors called in every step. It is void in the
+ solver itself but can be used to print intermediate iteration
+ vectors
+
+
+
deal.II
+
+
+
New: DataOut::clear_data_vectors
+ allows to re-use an object without deleting the DoFHandler
+
+
New: class DoFPrintSolverStep prints intermediate
+ vectors of a solver as finite element functions using
+ DataOut.
+
+