From: bangerth Date: Fri, 10 Nov 2006 21:44:32 +0000 (+0000) Subject: Reformat X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a6df26290a14156b293ad1aee16028f0f450dee;p=dealii-svn.git Reformat git-svn-id: https://svn.dealii.org/trunk@14183 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 9c4190457a..8be1c82903 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -665,35 +665,35 @@ inconvenience this causes.
  1. Improved: The class LAPACKFullMatrix now also uses LU factorization - of LAPACK. The new wrapper PreconditionLU - allows us to use this as a preconditioner. -
    - (GK 2006/10/02) -

    + class="class">LAPACKFullMatrix now also uses LU factorization + of LAPACK. The new wrapper PreconditionLU + allows us to use this as a preconditioner. +
    + (GK 2006/10/02) +

  2. New: The class PointerMatrixVector implements the functions - vmult and Tvmult for a 1xn-matrix represented by - a single vector. -
    - (GK 2006/09/17) -

    + class="class">PointerMatrixVector implements the functions + vmult and Tvmult for a 1xn-matrix represented by + a single vector. +
    + (GK 2006/09/17) +

  3. Improved: The class SolverCG can - now estimate the condition number of the linear system using TridiagonalMatrix and LAPACK. -
    - (GK 2006/09/06) -

    + now estimate the condition number of the linear system using TridiagonalMatrix and LAPACK. +
    + (GK 2006/09/06) +

  4. New: the class TridiagonalMatrix - has been introduced together with its basic methods, including an - eigenvalue solver for the symmetric case (LAPACK). -
    - (GK 2006/09/06) -

    + has been introduced together with its basic methods, including an + eigenvalue solver for the symmetric case (LAPACK). +
    + (GK 2006/09/06) +

  5. Improved: PETSc 2.3.1 (build 16) is now supported by the linear preconditioner classes. The new PETSc functions @@ -702,12 +702,12 @@ inconvenience this causes.

  6. New: The class TransposeMatrix - modeled after PointerMatrix swaps the - vmult functions such that its effect is - the transpose of the matrix it points to. -
    - (GK 2006/07/07) -

    + modeled after PointerMatrix swaps the + vmult functions such that its effect is + the transpose of the matrix it points to. +
    + (GK 2006/07/07) +

  7. New: There is now a function FullMatrix::trace that does what its name suggests @@ -732,7 +732,6 @@ inconvenience this causes.
    (WB 2006/06/07)

    -
  8. Improved: The SparseDirectUMFPACK solver can now also be @@ -761,7 +760,6 @@ inconvenience this causes.
    (WB 2006/04/24)

    -
  9. New: There are now assignment operators from BlockVector to