]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unqualified ContantFunction and ZeroFunction
authorDaniel Arndt <arndtd@ornl.gov>
Fri, 24 Jun 2022 21:26:39 +0000 (17:26 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 24 Jun 2022 21:28:08 +0000 (17:28 -0400)
doc/news/changes/incompatibilities/20220624Arndt-3 [new file with mode: 0644]
include/deal.II/base/function.h

diff --git a/doc/news/changes/incompatibilities/20220624Arndt-3 b/doc/news/changes/incompatibilities/20220624Arndt-3
new file mode 100644 (file)
index 0000000..8670d23
--- /dev/null
@@ -0,0 +1,4 @@
+Removed: The deprecated classes ConstantFunction and ZeroFunction
+have been removed.
+<br>
+(Daniel Arndt, 2022/06/24)
index 7f25ba2ea764f09526313e8908016947f81ce544..a150bac5c6801efd837eef58d18e2d0ba9d4c3c2 100644 (file)
@@ -564,27 +564,6 @@ namespace Functions
   };
 } // namespace Functions
 
-/**
- * Provide a function which always returns the constant values handed to the
- * constructor.
- *
- * @deprecated use Functions::ConstantFunction instead.
- */
-template <int dim, typename RangeNumberType = double>
-using ConstantFunction DEAL_II_DEPRECATED =
-  Functions::ConstantFunction<dim, RangeNumberType>;
-
-/**
- * Provide a function which always returns zero.
- *
- * @deprecated use Functions::ZeroFunction instead.
- */
-template <int dim, typename RangeNumberType = double>
-using ZeroFunction DEAL_II_DEPRECATED =
-  Functions::ZeroFunction<dim, RangeNumberType>;
-
-
-
 /**
  * This is a constant vector-valued function, in which one or more components
  * of the vector have a constant value and all other components are zero.  It

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.