From: Toby D. Young Date: Thu, 16 Jul 2009 10:28:38 +0000 (+0000) Subject: Fixed an acknowledgement error X-Git-Tag: v8.0.0~7467 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=469e9978a25b81306cc835dccddfd7905f953530;p=dealii.git Fixed an acknowledgement error git-svn-id: https://svn.dealii.org/trunk@19094 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 3a481d5e2c..dfb90d52ec 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -233,24 +233,17 @@ inconvenience this causes. -
    -
  1. -

    - New: Based on work with Rickard Armiento, Francisco Alvaro, and Jose - E. Roman, SLEPcWrappers that 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) -

    -
  2. -
+
  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)

diff --git a/deal.II/lac/include/lac/slepc_solver.h b/deal.II/lac/include/lac/slepc_solver.h index ac5cc49ea7..3524ac0aca 100755 --- a/deal.II/lac/include/lac/slepc_solver.h +++ b/deal.II/lac/include/lac/slepc_solver.h @@ -56,7 +56,7 @@ DEAL_II_NAMESPACE_OPEN * SLEPcWrappers depend, for additional explanations. * * @ingroup SLEPcWrappers - * @author Toby D. Young 2008, 2009 + * @author Toby D. Young and Rickard Armiento 2008, 2009 */ namespace SLEPcWrappers {