From: kanschat Date: Wed, 19 Aug 2009 19:19:46 +0000 (+0000) Subject: already FEFaceValuesBase has an integration dimension X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3457a40278782f0a1cf6c14c68aa837bb963407f;p=dealii-svn.git already FEFaceValuesBase has an integration dimension git-svn-id: https://svn.dealii.org/trunk@19316 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index ee712fc875..27fbd4d625 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -2893,6 +2893,14 @@ template class FEFaceValuesBase : public FEValuesBase { public: + /** + * Dimension of the object over + * which we integrate. For the + * present class, this is equal + * to dim-1. + */ + static const unsigned int integral_dimension = dim-1; + /** * Constructor. Call the constructor of * the base class and set up the arrays