From 1fe4cce2b59d1f0df09d0f35a4f0b27a82eec05d Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 21 Apr 2005 22:28:17 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@10564 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/data_out.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/deal.II/source/numerics/data_out.cc b/deal.II/deal.II/source/numerics/data_out.cc index 8e081e7c5c..ca4a7375ac 100644 --- a/deal.II/deal.II/source/numerics/data_out.cc +++ b/deal.II/deal.II/source/numerics/data_out.cc @@ -456,6 +456,7 @@ void DataOut::build_some_patches (Data data) if (this->cell_data.size() != 0) { Assert (!cell->has_children(), ExcNotImplemented()); +//TODO: This introduces a quadratic component into the algorithm. We may be doing better if we always kept track of the cell_number when 'cell' is increased, but we have to make sure that we only do this if cell_number is actually used, since we don't want to enforce the activeness constraints otherwise const unsigned int cell_number = std::distance (this->dofs->begin_active(), typename DoFHandler::active_cell_iterator(cell)); -- 2.39.5