From: Wolfgang Bangerth Date: Thu, 18 Apr 2013 02:41:52 +0000 (+0000) Subject: Markup fixes. X-Git-Tag: v8.0.0~669 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e98abd641226be018a4d51a66dbd366b1b788be;p=dealii.git Markup fixes. git-svn-id: https://svn.dealii.org/trunk@29323 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index cf480be335..9bd5748caa 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -66,20 +66,23 @@ this function.
  1. New: The step-49 tutorial program now also has a discussion on what to do once you have a coarse mesh and want to refine it. -
  2. +
    (Wolfgang Bangerth, 2013/04/03) +
  3. New: The number of threads used by deal.II/TBB can now be limited at run time. Using MPI based code using PETSc/Trilinos no longer requires you to compile the library without threads. See MPI_InitFinalize and MultithreadInfo::set_thread_limit for details. -
  4. +
    (Timo Heister, 2013/03/26) +
  5. New: The results section of step-36 now explains how to use ARPACK as an alternative to SLEPc as eigenvalue solver.
    (Juan Carlos Araujo Cabarcas, 2013/03/25) +
  6. New: deal.II now uses CMake as its configuration and build tool. Please read through the @@ -97,6 +100,7 @@ this function.
    (Matthias Maier, 2013/03/07) +
@@ -110,7 +114,7 @@ this function. the edges that sit at the perimeter of the circular face of the domain wrong. This is now fixed.
-(Wolfgang Bangerth, Joerg Frohne, 2013/04/17) +(Wolfgang Bangerth, Jörg Frohne, 2013/04/17)
  • Improved: Logstream (and deallog) now respect std::flush in addition to std::endl