From 585b815cbfb1265df592e37af29e94cffbe990dd Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 3 Apr 2001 15:12:00 +0000 Subject: [PATCH] Add ucd to list of supported GridOut output formats git-svn-id: https://svn.dealii.org/trunk@4363 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/3.1.0-vs-3.1.1.html | 9 +++++++++ deal.II/doc/news/2001/c-3-1.html | 14 ++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html index 488cd12f8e..a1a8d1b4ce 100644 --- a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html +++ b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html @@ -14,6 +14,15 @@

Changes between versions 3.1 and 3.1.1

    +
  1. + Fixed: Missing ucd is now added to the list of + supported output formats returned by GridOut::get_output_format_names. +
    + (RH 2001/04/03) +

    +
  2. Fixed: the program that generated HTML files from CVS back logs was run unintentionally. It failed because the distribution diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 516d99eea2..c392a725eb 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -315,6 +315,15 @@ documentation, etc.

    deal.II

      +
    1. + Fixed: Missing ucd is now added to the list of + supported output formats returned by GridOut::get_output_format_names. +
      + (RH 2001/04/03) +

      +
    2. New/fixed: In some obscure corner cases, the detection logic in DataOut_DoFData::add_data_vector would @@ -331,8 +340,8 @@ documentation, etc.

    3. Removed: the ProblemBase class, which has been deprecated since before the release of - deal.II 3.0 has finally been removed. The - same applied for the classes + deal.II 3.0, has finally been removed. The + same applies for the classes Assembler, Equation, MassMatrix, and @@ -369,6 +378,7 @@ documentation, etc. class="class">MappingQ1.
      (RH 2001/03/27) +

    4. New: Boundary and derived classes -- 2.39.5