]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not use MF::get_size_info() 9118/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 1 Dec 2019 08:27:31 +0000 (09:27 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 1 Dec 2019 16:56:23 +0000 (17:56 +0100)
doc/news/changes/incompatibilities/20191201PeterMunch [new file with mode: 0644]
include/deal.II/matrix_free/fe_evaluation.h
include/deal.II/matrix_free/matrix_free.h

diff --git a/doc/news/changes/incompatibilities/20191201PeterMunch b/doc/news/changes/incompatibilities/20191201PeterMunch
new file mode 100644 (file)
index 0000000..799b24c
--- /dev/null
@@ -0,0 +1,4 @@
+Removed: The deprecated method MatrixFree::get_size_info() has been removed.
+Please use the method MatrixFree::get_task_info() to access the same information.
+<br>
+(Peter Munch, 2019/12/01)
index 0bb4baa57f3b2139757ab39f4b42ad1fe93a589a..a654917d6752732d22ff78186898b1a9bca11c36 100644 (file)
@@ -3050,7 +3050,7 @@ inline FEEvaluationBase<dim,
 {
   set_data_pointers();
   Assert(matrix_info->mapping_initialized() == true, ExcNotInitialized());
-  AssertDimension(matrix_info->get_size_info().vectorization_length,
+  AssertDimension(matrix_info->get_task_info().vectorization_length,
                   VectorizedArrayType::n_array_elements);
   AssertDimension((is_face ? data->n_q_points_face : data->n_q_points),
                   n_quadrature_points);
index 4ccd2b38cdc1630ee59dc8c9313617dfd26d628d..e724a1a6bdd12ef260c7e8ad1399187d598f164c 100644 (file)
@@ -1725,13 +1725,6 @@ public:
   const internal::MatrixFreeFunctions::TaskInfo &
   get_task_info() const;
 
-  /**
-   * Return information on system size.
-   */
-  DEAL_II_DEPRECATED
-  const internal::MatrixFreeFunctions::TaskInfo &
-  get_size_info() const;
-
   /*
    * Return geometry-dependent information on the cells.
    */
@@ -2110,15 +2103,6 @@ MatrixFree<dim, Number, VectorizedArrayType>::get_task_info() const
 
 
 
-template <int dim, typename Number, typename VectorizedArrayType>
-inline const internal::MatrixFreeFunctions::TaskInfo &
-MatrixFree<dim, Number, VectorizedArrayType>::get_size_info() const
-{
-  return task_info;
-}
-
-
-
 template <int dim, typename Number, typename VectorizedArrayType>
 inline unsigned int
 MatrixFree<dim, Number, VectorizedArrayType>::n_macro_cells() const

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.