From 5994ec5e7b7ea96f3c0be25ec25e63e581b90add Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 2 Jun 2005 11:51:27 +0000 Subject: [PATCH] note on double handling of faces in 3D git-svn-id: https://svn.dealii.org/trunk@10815 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/qprojector.h | 7 +++++++ 1 file changed, 7 insertions(+) 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); -- 2.39.5