From: Wolfgang Bangerth Date: Sun, 15 Jan 2006 21:24:49 +0000 (+0000) Subject: Link to SoftwarePETSc X-Git-Tag: v8.0.0~12628 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062c0070f6ebbe3883a2bfadddf775dbd0090069;p=dealii.git Link to SoftwarePETSc git-svn-id: https://svn.dealii.org/trunk@12036 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/petsc.h b/deal.II/doc/doxygen/headers/petsc.h index 014f3058f7..9a83f00d5d 100644 --- a/deal.II/doc/doxygen/headers/petsc.h +++ b/deal.II/doc/doxygen/headers/petsc.h @@ -26,6 +26,7 @@ * about this. * * @author Wolfgang Bangerth, 2004 + * @ref SoftwarePETSc * * @ingroup LAC */ diff --git a/deal.II/lac/include/lac/petsc_vector_base.h b/deal.II/lac/include/lac/petsc_vector_base.h index 9994e9da18..1be43d8189 100644 --- a/deal.II/lac/include/lac/petsc_vector_base.h +++ b/deal.II/lac/include/lac/petsc_vector_base.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2004, 2005 by the deal.II authors +// Copyright (C) 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -34,6 +34,7 @@ template class Vector; * A namespace in which wrapper classes for PETSc objects reside. * * @ingroup PETScWrappers + * @ref SoftwarePETSc * @author Wolfgang Bangerth, 2004 */ namespace PETScWrappers