From: bangerth Date: Tue, 30 Oct 2007 22:40:19 +0000 (+0000) Subject: Link to step-29 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96fd21faf941967f649842ad301ddf8e4c077fe0;p=dealii-svn.git Link to step-29 git-svn-id: https://svn.dealii.org/trunk@15403 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index 2d088c5ff2..d5a9783c10 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1003,12 +1003,15 @@ class SparseDirectMA47 : public Subscriptor /** - * This class provides an interface to the sparse direct solver UMFPACK (see - * this - * link). UMFPACK is a set of routines for solving non-symmetric sparse - * linear systems, Ax=b, using the Unsymmetric-pattern MultiFrontal method and - * direct sparse LU factorization. Matrices may have symmetric or unsymmetrix - * sparsity patterns, and may have unsymmetric entries. + * This class provides an interface to the sparse direct solver + * UMFPACK (see this + * link). UMFPACK is a set of routines for solving non-symmetric + * sparse linear systems, Ax=b, using the Unsymmetric-pattern + * MultiFrontal method and direct sparse LU factorization. Matrices + * may have symmetric or unsymmetrix sparsity patterns, and may have + * unsymmetric entries. The use of this class is explained in the @ref + * step_29 "step-29" tutorial program. * * This matrix class implements the usual interface of * preconditioners, that is a function initialize(const