From: bangerth Date: Wed, 9 Jul 2014 11:57:03 +0000 (+0000) Subject: Document how to compile Trilinos with direct solvers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=230d1d4093316f0dad6f934f433dbead6cee0a62;p=dealii-svn.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öcher, 2014 */