From: bangerth Date: Tue, 6 Mar 2007 21:51:56 +0000 (+0000) Subject: Remove a TODO X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f12c90308d8464bca9ad8da122d208461345bb7;p=dealii-svn.git Remove a TODO git-svn-id: https://svn.dealii.org/trunk@14541 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index e2e8af836b..d3d0fc4ea7 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -23,13 +23,6 @@ DEAL_II_NAMESPACE_OPEN -//TODO: we should have a copy constructor for this class. In hp methods, we often do things like -// fe_collection.push_back(FE_Q(7)) -// which becomes really expensive in 3d because we here have to create all the embedding and -// other matrices twice. for example, hp/hp_hanging_nodes_02 spends about 70% of its total -// running time in FullMatrix::Tmmult, which is only called from the matrix creation functions -// of this class... - // namespace for some functions that are used in this file. they are // specific to numbering conventions used for the FE_Q element, and