From 2d047f985731d4c8421244114ae1babceed56817 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 9 Jul 2014 10:17:13 +0000 Subject: [PATCH] Extend comment of direct solver class git-svn-id: https://svn.dealii.org/trunk@33120 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/trilinos_solver.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/lac/trilinos_solver.h b/deal.II/include/deal.II/lac/trilinos_solver.h index 4c3fd84052..e5db3770e7 100644 --- a/deal.II/include/deal.II/lac/trilinos_solver.h +++ b/deal.II/include/deal.II/lac/trilinos_solver.h @@ -498,11 +498,14 @@ namespace TrilinosWrappers /** - * An implementation of the Trilinos KLU direct solver (using the Amesos - * package). + * An implementation of Trilinos direct solvers (using the Amesos + * package). The data field AdditionalData::solver_type can be used to + * specify the type of solver. It allows the use of built-in solvers + * Amesos_Klu as well as third-party solvers Amesos_Superludist or + * Amesos_Mumps. * * @ingroup TrilinosWrappers - * @author Martin Kronbichler, 2009 + * @author Martin Kronbichler, 2009, Uwe Köcher, 2014 */ class SolverDirect { -- 2.39.5