From 70a6a9c0d48e28f08fac693df25dc47cb5d90e8d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 24 Oct 2013 22:15:50 +0000 Subject: [PATCH] Add two references to step-51. git-svn-id: https://svn.dealii.org/trunk@31414 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/chunk_sparse_matrix.h | 2 ++ deal.II/include/deal.II/lac/chunk_sparsity_pattern.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/chunk_sparse_matrix.h b/deal.II/include/deal.II/lac/chunk_sparse_matrix.h index 7de60a2cdc..e9ef398417 100644 --- a/deal.II/include/deal.II/lac/chunk_sparse_matrix.h +++ b/deal.II/include/deal.II/lac/chunk_sparse_matrix.h @@ -397,6 +397,8 @@ namespace ChunkSparseMatrixIterators * importantly one can associate more than one matrix with the same * sparsity pattern. * + * The use of this class is demonstrated in step-51. + * * @note Instantiations for this template are provided for @ and * @; others can be generated in application programs (see the * section on @ref Instantiations in the manual). diff --git a/deal.II/include/deal.II/lac/chunk_sparsity_pattern.h b/deal.II/include/deal.II/lac/chunk_sparsity_pattern.h index 08f148a21d..9c678ced1e 100644 --- a/deal.II/include/deal.II/lac/chunk_sparsity_pattern.h +++ b/deal.II/include/deal.II/lac/chunk_sparsity_pattern.h @@ -216,11 +216,11 @@ namespace ChunkSparsityPatternIterators /** * Structure representing the sparsity pattern of a sparse matrix. - * * This class is an example of the "static" type of @ref Sparsity. - * * It uses the compressed row storage (CSR) format to store data. * + * The use of this class is demonstrated in step-51. + * * @author Wolfgang Bangerth, 2008 */ class ChunkSparsityPattern : public Subscriptor -- 2.39.5