]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated BlockSparseMatrixEZ<Number>::n_rows/n_cols 4391/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 14 May 2017 13:30:12 +0000 (15:30 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 14 May 2017 15:06:00 +0000 (17:06 +0200)
doc/news/changes/incompatibilities/20170514DanielArndt-1 [new file with mode: 0644]
include/deal.II/lac/block_sparse_matrix_ez.h

diff --git a/doc/news/changes/incompatibilities/20170514DanielArndt-1 b/doc/news/changes/incompatibilities/20170514DanielArndt-1
new file mode 100644 (file)
index 0000000..71dbabc
--- /dev/null
@@ -0,0 +1,5 @@
+Changed: The deprecated functions BlockSparseMatrixEZ::n_rows()
+and BlockSparseMatrixEZ::n_cols() have been removed.
+Use BlockSparseMatrixEZ::m() and BlockSparseMatrixEZ::n() instead.
+<br>
+(Daniel Arndt, 2017/05/14)
index 6c2b2b294135c272a4732040925d61a55edbb8fc..8e4bf52fe3dd6057a81e1ef1e976e8b7a2e78efa 100644 (file)
@@ -149,24 +149,6 @@ public:
    */
   bool empty () const;
 
-  /**
-   * Return number of rows of this matrix, which equals the dimension of the
-   * codomain (or range) space. It is the sum of the number of rows over the
-   * sub-matrix blocks of this matrix.
-   *
-   * @deprecated Use m() instead.
-   */
-  size_type n_rows () const DEAL_II_DEPRECATED;
-
-  /**
-   * Return number of columns of this matrix, which equals the dimension of
-   * the domain space. It is the sum of the number of columns over the sub-
-   * matrix blocks of this matrix.
-   *
-   * @deprecated Use n() instead.
-   */
-  size_type n_cols () const DEAL_II_DEPRECATED;
-
   /**
    * Return number of rows of this matrix, which equals the dimension of the
    * codomain (or range) space. It is the sum of the number of rows over the
@@ -277,16 +259,6 @@ BlockSparseMatrixEZ<Number>::n_block_rows () const
 
 
 
-template <typename Number>
-inline
-typename BlockSparseMatrixEZ<Number>::size_type
-BlockSparseMatrixEZ<Number>::n_rows () const
-{
-  return row_indices.total_size();
-}
-
-
-
 template <typename Number>
 inline
 unsigned int
@@ -297,16 +269,6 @@ BlockSparseMatrixEZ<Number>::n_block_cols () const
 
 
 
-template <typename Number>
-inline
-typename BlockSparseMatrixEZ<Number>::size_type
-BlockSparseMatrixEZ<Number>::n_cols () const
-{
-  return column_indices.total_size();
-}
-
-
-
 template <typename Number>
 inline
 SparseMatrixEZ<Number> &

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.