From d8f1b84209cd166f99951a488b7b893c0bfe9355 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 18 Apr 2004 22:32:35 +0000 Subject: [PATCH] Add a group for PETSc wrappers. git-svn-id: https://svn.dealii.org/trunk@9046 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/lac/dox.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/headers/lac/dox.h b/deal.II/doc/doxygen/headers/lac/dox.h index 6dfacd8d1b..d942ee24f6 100644 --- a/deal.II/doc/doxygen/headers/lac/dox.h +++ b/deal.II/doc/doxygen/headers/lac/dox.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003 by the deal.II authors +// Copyright (C) 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -95,3 +95,15 @@ * * @author Guido Kanschat, 2003 */ + +/** + * @defgroup PETSc PETSc + * The classes in this module are wrappers around functionality provided by + * the PETSc library. THe provide a modern object-oriented interface that is + * compatible with the interfaces of the other linear algebra classes in + * deal.II. + * + * @author Wolfgang Bangerth, 2004 + */ + + /*@}*/ -- 2.39.5