From: Guido Kanschat Date: Wed, 19 Aug 2009 19:19:46 +0000 (+0000) Subject: already FEFaceValuesBase has an integration dimension X-Git-Tag: v8.0.0~7252 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926429490ef088ef8ac59da61c6461db8aaeb1ed;p=dealii.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