From 9841b84fb40ec22d398e080cbb461653277ada20 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 29 Feb 2000 17:58:16 +0000 Subject: [PATCH] Comment improved git-svn-id: https://svn.dealii.org/trunk@2523 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 7f17cf6d35..94444a7b83 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -222,7 +222,9 @@ void DoFTools::make_boundary_sparsity_pattern (const DoFHandler& dof, //TODO: Check this function for potential of optimization. (G) - +// sometimes, a shape function might be zero on an edge, but we +// need more information from the finite element used. This should be +// left for future improvements. template void DoFTools::make_flux_sparsity_pattern (const DoFHandler &dof, -- 2.39.5