From: Wolfgang Bangerth Date: Wed, 5 Aug 2015 16:19:38 +0000 (-0500) Subject: Fix up documentation. X-Git-Tag: v8.4.0-rc2~675^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1268%2Fhead;p=dealii.git Fix up documentation. 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. --- diff --git a/include/deal.II/lac/block_matrix_array.h b/include/deal.II/lac/block_matrix_array.h index e55eb2b33c..e54a70a352 100644 --- a/include/deal.II/lac/block_matrix_array.h +++ b/include/deal.II/lac/block_matrix_array.h @@ -82,19 +82,14 @@ DEAL_II_NAMESPACE_OPEN * @skip main * @until C.fill * - * The BlockMatrixArray needs a VectorMemory<Vector<number> > - * object to allocate auxiliary vectors. number 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 2x2 BlockMatrixArray. - * @line Block First, we enter the matrix A multiplied by 2 in the + * @line Block + * First, we enter the matrix A multiplied by 2 in the * upper left block - * @line enter Now -1 times B1 in the upper right block. - * @line enter We add the transpose of B2 to the upper right block + * @line enter + * Now -1 times B1 in the upper right block. + * @line enter + * We add the transpose of B2 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