From: guido Date: Thu, 2 Jun 2005 11:51:27 +0000 (+0000) Subject: note on double handling of faces in 3D X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5994ec5e7b7ea96f3c0be25ec25e63e581b90add;p=dealii-svn.git note on double handling of faces in 3D git-svn-id: https://svn.dealii.org/trunk@10815 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/qprojector.h b/deal.II/base/include/base/qprojector.h index 1d64ec6433..5c4dc76917 100644 --- a/deal.II/base/include/base/qprojector.h +++ b/deal.II/base/include/base/qprojector.h @@ -131,6 +131,13 @@ class QProjector * selecting the data of one * particular face only happens * later. + * + * @note In 3D, this function + * produces two sets of + * quadrature points for each + * face, in order to cope + * possibly different + * orientations of the mesh. */ static Quadrature project_to_all_faces (const SubQuadrature &quadrature);