]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add name function implementation 8761/head
authorgrahambenharper <grahambenharper@gmail.com>
Tue, 17 Sep 2019 01:16:46 +0000 (19:16 -0600)
committergrahambenharper <grahambenharper@gmail.com>
Tue, 17 Sep 2019 01:16:46 +0000 (19:16 -0600)
include/deal.II/base/tensor_product_polynomials_const.h

index 57d2e62aa09e19623f0bf7916a8712899c9a46b7..504098bc2f2a14b013d4b184d33fab0809ca087f 100644 (file)
@@ -252,6 +252,13 @@ TensorProductPolynomialsConst<dim>::get_numbering_inverse() const
 }
 
 
+template <int dim>
+inline std::string
+TensorProductPolynomialsConst<dim>::name() const
+{
+  return "TensorProductPolynomialsConst";
+}
+
 
 template <>
 inline unsigned int
@@ -260,6 +267,7 @@ TensorProductPolynomialsConst<0>::n() const
   return numbers::invalid_unsigned_int;
 }
 
+
 template <int dim>
 template <int order>
 Tensor<order, dim>

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.