From c9f52c4c0304f7254d9c2d55583d84b39817894c Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 18 Apr 2013 02:41:52 +0000 Subject: [PATCH] Markup fixes. git-svn-id: https://svn.dealii.org/trunk@29323 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.39.5