From a5189e587b0b1b724894f149a9bb202df54785a8 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 6 Apr 2000 20:37:06 +0000 Subject: [PATCH] news after 3.0 git-svn-id: https://svn.dealii.org/trunk@2688 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 46 ++++++++++++++++++++++++++++++++ deal.II/doc/news/news.html | 10 +++++++ deal.II/doc/screen.css | 3 +++ 3 files changed, 59 insertions(+) create mode 100644 deal.II/doc/news/2000/c-3-0.html diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html new file mode 100644 index 0000000000..82d7e1fa93 --- /dev/null +++ b/deal.II/doc/news/2000/c-3-0.html @@ -0,0 +1,46 @@ + + + + + + The deal.II news page + + + + +

Changes after Version 3.0

+

General

+
    + +
  1. Fix: configure now uses config.guess to determine the operating + system and hardware platform. + +
+ +

base

+ +

lac

+ +
    +
  1. Fix: SolverCG counts steps properly. + +
  2. 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

+ +
    +
  1. New: DataOut::clear_data_vectors + allows to re-use an object without deleting the DoFHandler + +
  2. New: class DoFPrintSolverStep prints intermediate + vectors of a solver as finite element functions using + DataOut. + +
diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index d8250d03a6..dc4850b3e5 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -21,6 +21,14 @@

+
+ Changes after version 3.0 +
+
+ (full text) +
+ +
2000/04/07: deal.II 3.0 announced
@@ -30,6 +38,8 @@ library was announced (full text). + +
diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 953b7ee75e..2fd5cf35ba 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -34,3 +34,6 @@ pre.example { padding-left: 2 em; table.navbar { } +code.program { color: #700000; } +code.class { color: #009000; } +code.member { color: #006000; } -- 2.39.5