]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Deprecate two fields in MeshWorker::LocalIntegrator.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 14 May 2024 12:53:31 +0000 (06:53 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 14 May 2024 12:53:31 +0000 (06:53 -0600)
These fields are not used in the library. They are better placed in derived classes.

include/deal.II/meshworker/local_integrator.h

index 6bc4bcbf52b36fe6a3bf195df23ccca735bd6952..6bba6c36ad586a3438fd0dc32c2d72632ed7e60f 100644 (file)
@@ -120,7 +120,11 @@ namespace MeshWorker
      *
      * @note This variable is currently not used by the library, but it is
      * provided to help develop application programs.
+     *
+     * @deprecated Because the library itself does not use this field, it is
+     *   better placed in derived classes.
      */
+    DEAL_II_DEPRECATE_EARLY
     std::vector<std::string> input_vector_names;
 
     /**
@@ -130,7 +134,11 @@ namespace MeshWorker
      *
      * @note This variable is currently not used by the library, but it is
      * provided to help develop application programs.
+     *
+     * @deprecated Because the library itself does not use this field, it is
+     *   better placed in derived classes.
      */
+    DEAL_II_DEPRECATE_EARLY
     std::vector<std::string> output_names;
 
     /**

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.