From 6b5c3baabdfcb41ca1be5265c7c074b9b9ed83f6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 12 Apr 2013 20:54:29 +0000 Subject: [PATCH] Leave a note. This probably also explains what is going wrong in this program at the moment. git-svn-id: https://svn.dealii.org/trunk@29263 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-26/step-26.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/examples/step-26/step-26.cc b/deal.II/examples/step-26/step-26.cc index d089374625..a4528ae963 100644 --- a/deal.II/examples/step-26/step-26.cc +++ b/deal.II/examples/step-26/step-26.cc @@ -172,6 +172,8 @@ namespace Step26 template void HeatEquation::setup_system() { +//TODO: we need to take care of constraints here! :-) + dof_handler.distribute_dofs(fe); std::cout << std::endl -- 2.39.5