]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a few markup problems.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Oct 2012 13:53:06 +0000 (13:53 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Oct 2012 13:53:06 +0000 (13:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@27083 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/vector_valued.h
deal.II/include/deal.II/lac/petsc_matrix_free.h

index 71e07f9c584ef9a7d9ea8929d34688bfabb85229..cf6c5ccdb5e7fba54381736053b76cd3090470e1 100644 (file)
@@ -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.
+ * </ol>
  *
  * But for now, let us look at the system a little more
  * closely. First, let us exploit that
index a441a410c2372aaa9f7385a750274ca85c26bf5a..3bb9e6fd57b0a60eaf4e74dea9973d69b84d254d 100644 (file)
@@ -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
  *   <tt>vmult(VectorBase &dst, const VectorBase &src)</tt>
  * 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 <tt>Vec*</tt> 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 <tt>Vec*</tt>. This could be made much more efficient
  * in derived classes without allocating new memory.
  *
  * @ingroup PETScWrappers

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.