]> https://gitweb.dealii.org/ - dealii.git/commitdiff
already FEFaceValuesBase has an integration dimension
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 19 Aug 2009 19:19:46 +0000 (19:19 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 19 Aug 2009 19:19:46 +0000 (19:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@19316 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_values.h

index ee712fc875c93c2a4119516a55e43093a9d9f93d..27fbd4d6254c9620a1870f2b560e04d97ba6f5d2 100644 (file)
@@ -2893,6 +2893,14 @@ template <int dim, int spacedim=dim>
 class FEFaceValuesBase : public FEValuesBase<dim,spacedim>
 {
   public:
+                                     /**
+                                      * Dimension of the object over
+                                      * which we integrate. For the
+                                      * present class, this is equal
+                                      * to <code>dim-1</code>.
+                                      */
+    static const unsigned int integral_dimension = dim-1;
+
                                     /**
                                      * Constructor. Call the constructor of
                                      * the base class and set up the arrays

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.