From: hartmann Date: Mon, 27 Aug 2001 11:15:40 +0000 (+0000) Subject: WB want's to do the build_renumbering TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0659df0f6c9787880bf7a9338bc8559e2165c0;p=dealii-svn.git WB want's to do the build_renumbering TODO. git-svn-id: https://svn.dealii.org/trunk@4917 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_q.h b/deal.II/deal.II/include/fe/fe_q.h index 5614473215..edbb6a15bf 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -283,7 +283,7 @@ class FE_Q : public FiniteElement virtual Tensor<2,dim> shape_grad_grad (const unsigned int i, const Point &p) const; -//TODO:[RH] make get_renumber private or move it some other place +//TODO:[WB,RH] make get_renumber private or move it some other place /** * Read-only access to the * renumber vector. diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index 0d4c127653..7aed70a45b 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -25,7 +25,7 @@ -//TODO:[RH] move build_renumbering to mapping class +//TODO:[WB] move build_renumbering to FiniteElementData class template FE_Q::FE_Q (const unsigned int degree)