From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Wed, 9 Jul 2014 11:57:03 +0000 (+0000)
Subject: Document how to compile Trilinos with direct solvers.
X-Git-Tag: v8.2.0-rc1~326
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09ba12771ab44112eff5d7b7b96c3adf953559d8;p=dealii.git

Document how to compile Trilinos with direct solvers.


git-svn-id: https://svn.dealii.org/trunk@33122 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/include/deal.II/lac/trilinos_solver.h b/deal.II/include/deal.II/lac/trilinos_solver.h
index e5db3770e7..4a47aec813 100644
--- a/deal.II/include/deal.II/lac/trilinos_solver.h
+++ b/deal.II/include/deal.II/lac/trilinos_solver.h
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 2008 - 2013 by the deal.II authors
+// Copyright (C) 2008 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -504,6 +504,10 @@ namespace TrilinosWrappers
    * Amesos_Klu as well as third-party solvers Amesos_Superludist or
    * Amesos_Mumps.
    *
+   * For instructions on how to install Trilinos for use with
+   * direct solvers other than KLU, see the link to the Trilinos
+   * installation instructions linked to from the deal.II ReadMe file.
+   *
    * @ingroup TrilinosWrappers
    * @author Martin Kronbichler, 2009, Uwe K&ouml;cher, 2014
    */