From: kronbichler Date: Wed, 9 Jul 2014 10:17:13 +0000 (+0000) Subject: Extend comment of direct solver class X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd6c1fbe9d6f30ba571b73f334182d8251f0683;p=dealii-svn.git Extend comment of direct solver class git-svn-id: https://svn.dealii.org/trunk@33120 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 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 {