From: bangerth Date: Mon, 11 Jan 2010 03:28:33 +0000 (+0000) Subject: Adjust in one place to fix the formatting. A couple of minor fixes as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fc4abd41f11585853f7507b03236af119e618e;p=dealii-svn.git Adjust in one place to fix the formatting. A couple of minor fixes as well. git-svn-id: https://svn.dealii.org/trunk@20347 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 42d8511f4c..ee1f85dddb 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006, 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -66,11 +66,12 @@ * * *
@anchor GlossCompress Compressing distributed - * vectors and matrices
+ * vectors and matrices * - * For parallel computations, deal.II uses the vector and matrix + *
+ * For %parallel computations, deal.II uses the vector and matrix * classes defined in the PETScWrappers and TrilinosWrappers - * namespaces. When running programs in parallel using MPI, these + * namespaces. When running programs in %parallel using MPI, these * classes only store a certain number of rows or elements on the * current processor, whereas the rest of the vector or matrix is * stored on the other processors that belong to our MPI @@ -112,15 +113,17 @@ * processors that did assembly operations want to communicate, while * those that didn't assemble anything do not want to communicate). * - * The way out of a situation like this is to use one of the two following ways: + * The way out of a situation like this is to use one of the two following + * ways: * - You tell the object that you want to compress what operation is - * intended. The TrilinosWrappers::VectorBase::compress() can take - * such an additional argument + * intended. The TrilinosWrappers::VectorBase::compress() can take such an + * additional argument. Or, * - You do a fake addition or set operation on the object in question. * * Some of the objects are also indifferent and can figure out what to * do without being told. The TrilinosWrappers::SparseMatrix can do that, * for example. + *
* * *
@anchor GlossDistorted Distorted cells
@@ -187,7 +190,7 @@ * the problem that holds in 3d or if more than one side of the cell is at the * boundary): * - * @image html distorted_2d_refinement_01.png "One cell with a edge approximating a curved boundary" + * @image html distorted_2d_refinement_01.png "One cell with an edge approximating a curved boundary" * * Now, if this cell is refined, we first split all edges and place * new mid-points on them. For the left, top and right edge, this is @@ -380,11 +383,12 @@ Article{BK07, * element is primitive. This includes, in particular, all scalar * elements as well as vector-valued elements assembled via the * FESystem class from other primitive (for example scalar) elements - * as shown in @ref step_8 "step-8", @ref step_29 "step_29" or @ref - * step_22 "step-22". On the other hand, the FE_RaviartThomas class used + * as shown in @ref step_8 "step-8", @ref step_29 "step_29", @ref + * step_22 "step-22" and several others. On the other hand, + * the FE_RaviartThomas class used * in @ref step_20 "step-20" and @ref step_21 "step-21", or the * FE_Nedelec class provide non-primitive finite elements because - * there each vector-value shape function may have several non-zero + * there, each vector-value shape function may have several non-zero * components. * *
@anchor GlossReferenceCell Reference cell
@@ -403,7 +407,7 @@ Article{BK07, * cell-@>set_subdomain_id(13). While in principle this property * can be used in any way application programs deem useful (it is simply an * integer associated with each cell that can indicate whatever you want), at - * least for programs that run in parallel it usually denotes the processor a + * least for programs that run in %parallel it usually denotes the processor a * cell is associated with. * * For programs that are parallelized based on MPI but where each processor @@ -453,7 +457,7 @@ Article{BK07, * * *
@anchor GlossUnitSupport Unit support points
- *
@ref GlossSupport "Support points" on the reference cell, defined in + *
These are the @ref GlossSupport "support points" on the reference cell, defined in * FiniteElementBase. For example, the usual Q1 element in 1d has support * points at x=0 and x=1 (and similarly, in higher * dimensions at the vertices of the unit square or cube). On the other