From: Martin Kronbichler Date: Mon, 27 Jul 2009 12:50:37 +0000 (+0000) Subject: Fix some small formatting issues. X-Git-Tag: v8.0.0~7446 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062977e6faf1af518a450ca42c48824f25d85634;p=dealii.git Fix some small formatting issues. git-svn-id: https://svn.dealii.org/trunk@19119 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index dfb90d52ec..997bd38ffa 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -71,19 +71,7 @@ inconvenience this causes.
(WB 2009/07/06)

- -
  • -

    - Changed: Previously, one had to give the two flags - --enable-multithreading --with-multithreading to - ./configure to enable thread usage throughout the library. - This has now been simplified: only the flag --enable-threads - is now necessary. Furthermore, since most current machines have multiple - cores these days, the default is now to use threads. This can be switched - off using --disable-threads, however. -
    - (WB 2008/09/29) -

    +
  • @@ -116,6 +104,20 @@ inconvenience this causes. (WB 2009/01/09)

  • + +
  • +

    + Changed: Previously, one had to give the two flags + --enable-multithreading --with-multithreading to + ./configure to enable thread usage throughout the library. + This has now been simplified: only the flag --enable-threads + is now necessary. Furthermore, since most current machines have multiple + cores these days, the default is now to use threads. This can be switched + off using --disable-threads, however. +
    + (WB 2008/09/29) +

    +
  • @@ -130,7 +132,7 @@ inconvenience this causes. tensors are scalars, this class essentially acts like a scalar, but it allows for some neat template tricks that involve tensors of arbitrary rank.
    - (WB 2009/09/15) + (WB 2009/07/15)

    @@ -199,10 +201,24 @@ inconvenience this causes. (Toby D. Young 2009/06/25)

    - +
  • +

    + New: Based on work with Francisco Alvaro and Jose + E. Roman, the new SLEPcWrappers give a handle on some of the + features of SLEPc (Scalable Library for Eigenvalue Problem + Computations): (1) The SLEPcWrappers::SolverBase class can be used + for specifying an eigenvalue problem, either in standard or + generalized form, on serial or parallel architectures with support + for a few solver types; and (2) The + SLEPcWrappers::TransformationBase class encapsulates a variety of + spectral transformations providing some functionality required for + acceleration techniques based on the transformation of the spectrum. +
    + (Toby D. Young 2009/06/25) +

    +
  • -
    1. Fixed: The TrilinosWrappers::MPI::BlockVector class declares an assignment @@ -233,18 +249,6 @@ inconvenience this causes.

    -
    1. New: Based on work with Francisco Alvaro and Jose - E. Roman, the new SLEPcWrappers give a handle on some of the - features of SLEPc (Scalable Library for Eigenvalue Problem - Computations): (1) The SLEPcWrappers::SolverBase class can be used - for specifying an eigenvalue problem, either in standard or - generalized form, on serial or parallel architectures with support - for a few solver types; and (2) The - SLEPcWrappers::TransformationBase class encapsulates a variety of - spectral transformations providing some functionality required for - acceleration techniques based on the transformation of the spectrum. -
      (Toby D. Young 2009/06/25)

    -

    deal.II