From: guido Date: Tue, 18 Nov 2003 14:38:52 +0000 (+0000) Subject: SparseMatrix diagonals X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd005a5a343b2149e7b9c8bb24bc8781f8b03a9;p=dealii-svn.git SparseMatrix diagonals git-svn-id: https://svn.dealii.org/trunk@8191 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 066ebbab4b..7de7e42175 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -177,7 +177,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK quadrature formula based on a string argument and possibly a number indicating the order of the formula.
- (Ralf B. Schulz 2002/10/29) + (Ralf B. Schulz 2003/10/29)

  • Fixed: The constructor of the QGauss class @@ -186,14 +186,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK never reached the requested accuracy, in effect leading to an infinite loop. This is now fixed.
    - (WB 2002/09/19) + (WB 2003/09/19)

  • New: The Function class now exports the value of its template argument through the static member variable dimension.
    - (WB 2002/09/15) + (WB 2003/09/15)

  • Changed: The - (WB 2002/09/03) + (WB 2003/09/03)

  • Improved: The - (WB 2002/08/13) + (WB 2003/08/13)

  • Changed: The - (WB 2002/08/13) + (WB 2003/08/13)

  • Improved: Logstream::lac

      + +
    1. Improved: Initialization routines of class SparseMatrix have an additional parameter + controlling the storage of diagonal entries. +
      + (GK 2003/11/18) +

      +
    2. New: SolverFGMRES implements the flexible GMRES method with varying preconditioner from the right. It is also accessible in SolverSelector by choosing fgmres.
      - (GK 2002/10/07) + (GK 2003/10/07)

    3. Changed: The SparseDirectMA27 @@ -261,7 +269,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK matrix. It now releases this as soon as it doesn't need it any more.
      - (WB 2002/09/09) + (WB 2003/09/09)

    4. New: Some of the member matrix-vector functions of the @@ -271,14 +279,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK usual Vector class provided the block matrix has only one block row or column.
      - (WB 2002/09/09) + (WB 2003/09/09)

    5. Fixed: FullMatrix::copy_from didn't compile when copying from a sparse matrix. This is now fixed.
      - (Ralf B. Schulz 2002/09/04) + (Ralf B. Schulz 2003/09/04)

    6. New: The classes FullMatrix and @@ -387,7 +395,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK class="member">point_inside function is now also implemented in 3d.
      - (Joerg Weimar, WB 2002/09/04) + (Joerg Weimar, WB 2003/09/04)

    7. New: The TriaAccessor:: - (WB 2002/09/04) + (WB 2003/09/04)

    8. New: The new FETools:: - (WB 2002/07/08) + (WB 2003/07/08)

    9. New: The DataOut_DoFData::DataOut_DoFData that create the same type of patches but are otherwise different.
      - (WB 2002/06/30) + (WB 2003/06/30)

    10. Fixed: The FETools:: - (WB 2002/06/25) + (WB 2003/06/25)