From 41f05b27318fabf6f51232811c055eae8ba888ed Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 8 Nov 2006 16:36:33 +0000 Subject: [PATCH] Leave a TODO git-svn-id: https://svn.dealii.org/trunk@14173 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_dgq.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/deal.II/include/fe/fe_dgq.h b/deal.II/deal.II/include/fe/fe_dgq.h index 84e3c9a746..7a112c3577 100644 --- a/deal.II/deal.II/include/fe/fe_dgq.h +++ b/deal.II/deal.II/include/fe/fe_dgq.h @@ -13,6 +13,9 @@ #ifndef __deal2__fe_dgq_h #define __deal2__fe_dgq_h + +//TODO: we should probably turn the derivation around, i.e. make FE_DGQ a special case of FE_DGQ_Generic/Arbitrary, and then have other classes that only have the constructor and clone() that use other sets of quadrature nodes. + #include #include #include -- 2.39.5