From 2da3dcbc9c453c2b508d4d1ff94c903050b246c5 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 10 Sep 2008 16:10:34 +0000 Subject: [PATCH] Added a reference to TrilinosWrappers in the LAC documentation. git-svn-id: https://svn.dealii.org/trunk@16789 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/trilinos.h | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 deal.II/doc/doxygen/headers/trilinos.h diff --git a/deal.II/doc/doxygen/headers/trilinos.h b/deal.II/doc/doxygen/headers/trilinos.h new file mode 100644 index 0000000000..472765689f --- /dev/null +++ b/deal.II/doc/doxygen/headers/trilinos.h @@ -0,0 +1,32 @@ +//------------------------------------------------------------------------- +// $Id: trilinos.h 12036 2006-01-15 21:24:49Z wolf $ +// Version: $Name$ +// +// Copyright (C) 2008 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 TrilinosWrappers TrilinosWrappers + * + * The classes in this module are wrappers around functionality + * provided by the Trilinos library. They provide a modern + * object-oriented interface that is compatible with the interfaces of + * the other linear algebra classes in deal.II. All classes and + * functions in this group reside in a namespace @p TrilinosWrappers. + * + * These classes are only available if a Trilinos installation was + * detected during configuration of deal.II. Refer to the README file + * for more details about this. + * + * @author Martin Kronbichler, Wolfgang Bangerth, 2008 + * @ref SoftwareTrilinos + * + * @ingroup LAC + */ -- 2.39.5