]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix up documentation. 1268/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 5 Aug 2015 16:19:38 +0000 (11:19 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 5 Aug 2015 16:19:38 +0000 (11:19 -0500)
As pointed out to me by Jean-Paul Pelteret, the documentation of
BlockMatrixArray has gone out of sync with regard to the
examples/doxygen/block_matrix.cc program from which it includes
code.

include/deal.II/lac/block_matrix_array.h

index e55eb2b33c7cf3decff3f227ee5735ff556db68a..e54a70a352c212a48c26ad03b16ad08180050477 100644 (file)
@@ -82,19 +82,14 @@ DEAL_II_NAMESPACE_OPEN
  * @skip main
  * @until C.fill
  *
- * The BlockMatrixArray needs a VectorMemory&lt;Vector&lt;number&gt; &gt;
- * object to allocate auxiliary vectors. <tt>number</tt> must equal the second
- * template argument of BlockMatrixArray and also the number type of the
- * BlockVector used later. We use the GrowingVectorMemory type, since it
- * remembers the vector and avoids reallocating.
- *
- * @line Growing
- *
  * Now, we are ready to build a <i>2x2</i> BlockMatrixArray.
- * @line Block First, we enter the matrix <tt>A</tt> multiplied by 2 in the
+ * @line Block
+ * First, we enter the matrix <tt>A</tt> multiplied by 2 in the
  * upper left block
- * @line enter Now -1 times <tt>B1</tt> in the upper right block.
- * @line enter We add the transpose of <tt>B2</tt> to the upper right block
+ * @line enter
+ * Now -1 times <tt>B1</tt> in the upper right block.
+ * @line enter
+ * We add the transpose of <tt>B2</tt> to the upper right block
  * and continue in a similar fashion. In the end, the block matrix structure
  * is printed into an LaTeX table.
  * @until latex

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.