From a195b32c9fc3c8bb5c4bb97ad827214e093cc864 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 12 Oct 2012 13:53:06 +0000 Subject: [PATCH] Fix a few markup problems. git-svn-id: https://svn.dealii.org/trunk@27083 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/vector_valued.h | 1 + deal.II/include/deal.II/lac/petsc_matrix_free.h | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/doxygen/headers/vector_valued.h b/deal.II/doc/doxygen/headers/vector_valued.h index 71e07f9c58..cf6c5ccdb5 100644 --- a/deal.II/doc/doxygen/headers/vector_valued.h +++ b/deal.II/doc/doxygen/headers/vector_valued.h @@ -99,6 +99,7 @@ * $H^1_0(\Omega; \mathbb R^3)$, which can be viewed as three copies * of the scalar space $H^1_0(\Omega)$. And this is exactly, how we * are going to implement this space below, using FESystem. + * * * But for now, let us look at the system a little more * closely. First, let us exploit that diff --git a/deal.II/include/deal.II/lac/petsc_matrix_free.h b/deal.II/include/deal.II/lac/petsc_matrix_free.h index a441a410c2..3bb9e6fd57 100644 --- a/deal.II/include/deal.II/lac/petsc_matrix_free.h +++ b/deal.II/include/deal.II/lac/petsc_matrix_free.h @@ -35,13 +35,13 @@ namespace PETScWrappers * This base class implements only the interface to the PETSc matrix object, * while all the functionality is contained in the matrix-vector * multiplication which must be reimplmented in derived classes. - * + * * This interface is an addition to the dealii::MatrixFree class to realize * user-defined matrix-classes together with PETSc solvers and functionalities. * See also the documentation of dealii::MatrixFree class and step-37 and step-48. * - * Similar to other @p PETScWrappers::*::*Matrix classes, the MatrxiFree class - * provides the usual matrix-vector multiplication + * Similar to other matrix classes in namespaces PETScWrappers and PETScWrappers::MPI, + * the MatrxiFree class provides the usual matrix-vector multiplication * vmult(VectorBase &dst, const VectorBase &src) * which is pure virtual and must be reimplemented in derived classes. * Besides the usual interface, this class has a matrix-vector multiplication @@ -52,7 +52,7 @@ namespace PETScWrappers * The default implementation of the vmult function in the base class translates * the given PETSc Vec* vectors into a deal.II vector, calls * the usual vmult function with the usual interface and converts - * the result back to PETSc Vec*. This could be made much more efficient + * the result back to PETSc Vec*. This could be made much more efficient * in derived classes without allocating new memory. * * @ingroup PETScWrappers -- 2.39.5