From: Toby D. Young Date: Tue, 11 Jan 2011 12:04:58 +0000 (+0000) Subject: Added group doc slepc.h X-Git-Tag: v8.0.0~4502 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0bfea2b280f519225f974d59af5d9ff820d60f7;p=dealii.git Added group doc slepc.h git-svn-id: https://svn.dealii.org/trunk@23168 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/slepc.h b/deal.II/doc/doxygen/headers/slepc.h new file mode 100644 index 0000000000..b142d896f8 --- /dev/null +++ b/deal.II/doc/doxygen/headers/slepc.h @@ -0,0 +1,29 @@ +//------------------------------------------------------------------------- +// $Id: slepc.h 22855 2011-01-01 15:01:47Z young $ +// Version: $Name$ +// +// Copyright (C) 2011 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//------------------------------------------------------------------------- + + +/** + * @defgroup SLEPcWrappers SLEPcWrappers + * + * The classes in this module are wrappers around functionality + * provided by the SLEPc library. All classes and functions in this + * group reside in a namespace @p PETScWrappers. + * + * These classes are only available if a SLEPc installation and a + * PETSc installation was detected during configuration of + * deal.II. Refer to the README file for more details about this. + * + * @author Toby D. Young, 2011 + * + * @ingroup LAC PETScWrappers + */