]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing deprecation. 17228/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 8 Jul 2024 18:05:48 +0000 (12:05 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 8 Jul 2024 18:05:48 +0000 (12:05 -0600)
include/deal.II/lac/petsc_ts.h

index 538fd7e596f025f7229d8731f51a4bfb61ca6706..91428c38a2f2e67f819488decfae9056952fc243 100644 (file)
@@ -591,7 +591,7 @@ namespace PETScWrappers
     std::function<IndexSet()> algebraic_components;
 
     /**
-     * This callback is equivalent to `update_constrained_components`, but is
+     * @deprecated This callback is equivalent to `update_constrained_components`, but is
      * deprecated. Use `update_constrained_components` instead.
      */
     DEAL_II_DEPRECATED_EARLY
@@ -614,12 +614,13 @@ namespace PETScWrappers
       update_constrained_components;
 
     /**
-     * This callback is equivalent to `decide_and_prepare_for_remeshing`
+     * @deprecated This callback is equivalent to `decide_and_prepare_for_remeshing`
      * except that it returns the decision whether or not to stop
      * operations via the last reference argument of the function
      * object instead of a plain return value. This callback is
      * deprecated. Use `decide_and_prepare_for_remeshing` instead.
      */
+    DEAL_II_DEPRECATED_EARLY
     std::function<void(const real_type    t,
                        const unsigned int step,
                        const VectorType  &y,

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.