]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add to group Polynomials
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 18 Oct 2005 18:51:09 +0000 (18:51 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 18 Oct 2005 18:51:09 +0000 (18:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@11616 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/polynomial.h
deal.II/base/include/base/polynomials_bdm.h
deal.II/base/include/base/polynomials_p.h
deal.II/base/include/base/polynomials_raviart_thomas.h
deal.II/base/include/base/tensor_product_polynomials.h

index 9096b55076721fc7e104a4ff52a92cfc3c87f057..736601ef4f9bdd911ec659c24c92f795b2e146b1 100644 (file)
 
 template <int dim> class Point;
 
+/**
+ * @addtogroup Polynomials
+ * @{
+ */
+
 /**
  * A namespace in which classes relating to the description of
  * 1d polynomial spaces are declared.
@@ -531,6 +536,7 @@ namespace Polynomials
    };  
 }
 
+/** @} */
 
 /* -------------------------- inline functions --------------------- */
 
index 2dff0f9e6db20cf3aba203b2f7ab34a386757c7b..51ac49c1094fc47c6477a8c533c51c5fe8b071aa 100644 (file)
 #include <vector>
 
 
+/**
+ * @addtogroup Polynomials
+ * @{
+ */
+
 /**
  * @brief The set of BDM polynomials on tensor product cells
  *
@@ -159,7 +164,7 @@ class PolynomialsBDM
     mutable std::vector<Tensor<2,dim> > p_grad_grads;
 };
 
-
+/** @} */
 
 template <int dim>
 inline unsigned int
index 51d2aa4d884969ec8b1fd599420db72b5302bd1f..fb487a21e3e007dab808cf46694a31af1a678252 100644 (file)
 
 #include <vector>
 
+/**
+ * @addtogroup Polynomials
+ * @{
+ */
 
 /**
- * @brief The complete polynomial space of degree <tt>p</tt> based on
- * the monomials.
- *
  * This class implements the polynomial space of degree <tt>p</tt>
  * based on the monomials ${1,x,x^2,...}$. I.e. in <tt>d</tt>
  * dimensions it constructs all polynomials of the form $\prod_{i=1}^d
@@ -91,7 +92,7 @@ class PolynomialsP: public PolynomialSpace<dim>
     const unsigned int p;
 };
 
-
+/** @} */
 
 template <int dim>
 inline unsigned int
index cebc454e4a0cb98c8987f36a38886bba3f72159a..51a1863bfd09f8255a2f422f3b07715963418b91 100644 (file)
 
 #include <vector>
 
+/**
+ * @addtogroup Polynomials
+ * @{
+ */
 
 /**
  * This class implements the <i>H<sup>div</sup></i>-conforming,
@@ -153,7 +157,7 @@ class PolynomialsRaviartThomas
     mutable std::vector<Tensor<2,dim> > p_grad_grads;
 };
 
-
+/** @} */
 
 template <int dim>
 inline unsigned int
index 55bc88a685ddf26cba03922509021c7e2ac32b53..90138a3d479569c52e02cad99ba91dcdb7439787 100644 (file)
 #include <vector>
 
 
+/**
+ * @addtogroup Polynomials
+ * @{
+ */
+
 /**
  * Tensor product of given polynomials.
  *
@@ -484,6 +489,7 @@ class AnisotropicPolynomials
     get_n_tensor_pols (const std::vector<std::vector<Polynomials::Polynomial<double> > > &pols);
 };
 
+/** @} */
 
 #ifndef DOXYGEN
 

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.