From: wolf Date: Wed, 12 Oct 2005 02:04:44 +0000 (+0000) Subject: Add doc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c246aa34a5fd75ef3896c5ea8abe8fe7f72cce;p=dealii-svn.git Add doc. git-svn-id: https://svn.dealii.org/trunk@11590 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_dgp.cc b/deal.II/deal.II/source/fe/fe_dgp.cc index f0f1917a10..6777ff08ca 100644 --- a/deal.II/deal.II/source/fe/fe_dgp.cc +++ b/deal.II/deal.II/source/fe/fe_dgp.cc @@ -105,6 +105,8 @@ bool FE_DGP::has_support_on_face (const unsigned int, const unsigned int) const { + // all shape functions have support on all + // faces return true; }