]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Sometimes we need to copy tensor product polynomials.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 10 Jun 2003 15:32:40 +0000 (15:32 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 10 Jun 2003 15:32:40 +0000 (15:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@7789 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/tensor_product_polynomials.h

index d75714a6bcc093f75f716b1e7b5817e128d3880d..cd498c5a7e7464cbc14f64c784bc62803f5186af 100644 (file)
@@ -173,7 +173,7 @@ class TensorProductPolynomials
                                      * product polynomials. For $n$
                                      * 1d polynomials this is $n^dim$.
                                      */
-    unsigned int n() const;
+    unsigned int n () const;
 
                                     /**
                                      * Exception.
@@ -189,14 +189,14 @@ class TensorProductPolynomials
                                      * polynomials given to the
                                      * constructor.
                                      */
-    const std::vector<Polynomials::Polynomial<double> > polynomials;
+    std::vector<Polynomials::Polynomial<double> > polynomials;
 
                                     /**
                                      * Number of tensor product
                                      * polynomials. For $n$ 1d
                                      * polynomials this is $n^dim$.
                                      */
-    const unsigned int n_tensor_pols;
+    unsigned int n_tensor_pols;
 
                                      /**
                                       * Each tensor product polynomial
@@ -380,7 +380,7 @@ class AnisotropicPolynomials
                                      * polynomials in each coordinate
                                      * direction.
                                      */
-    unsigned int n() const;
+    unsigned int n () const;
 
                                     /**
                                      * Exception.
@@ -402,7 +402,7 @@ class AnisotropicPolynomials
                                      * polynomials given to the
                                      * constructor.
                                      */
-    const std::vector<std::vector<Polynomials::Polynomial<double> > > polynomials;
+    std::vector<std::vector<Polynomials::Polynomial<double> > > polynomials;
 
                                     /**
                                      * Number of tensor product
@@ -411,7 +411,7 @@ class AnisotropicPolynomials
                                      * dropped if the number of space
                                      * dimensions is less than 3.
                                      */
-    const unsigned int n_tensor_pols;
+    unsigned int n_tensor_pols;
 
                                      /**
                                       * Each tensor product polynomial

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.