From 02e22535681e5ce528c6e9e0a15a7b7c18e7c2f8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 26 Sep 2011 13:33:14 +0000 Subject: [PATCH] Bring documentation of namespace up to date. git-svn-id: https://svn.dealii.org/trunk@24422 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/utilities.h | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/deal.II/include/deal.II/base/utilities.h b/deal.II/include/deal.II/base/utilities.h index ba15c0fc4c..206aae0ff5 100644 --- a/deal.II/include/deal.II/base/utilities.h +++ b/deal.II/include/deal.II/base/utilities.h @@ -499,7 +499,7 @@ namespace Utilities * * @deprecated */ - bool program_uses_mpi(); + bool program_uses_mpi (); /** * @name Functions that work @@ -630,16 +630,9 @@ namespace Utilities /** - * This class provides the basic structures for the use of the Trilinos - * classes such as matrices, vectors, and preconditioners. The most - * important function in this class is comm(), which is needed - * for the initialization of Trilinos Epetra_Maps, which design the - * %parallel distribution of vectors and matrices. Moreover, this class - * provides a unified interface to both serial and %parallel - * implementations of Trilinos, sets up the MPI communicator in case the - * programs are run in %parallel, and correctly terminates all processes - * when the destructor is called. An example usage of this class is shown - * in the tutorial program step-32. + * This namespace provides some of the basic structures used in the + * initialization of the Trilinos objects (e.g., matrices, vectors, and + * preconditioners). */ #ifdef DEAL_II_USE_TRILINOS namespace Trilinos -- 2.39.5