From 69e8e3455e83e55433c0fbd018985b2dec02c53c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 19 Dec 2000 14:34:21 +0000 Subject: [PATCH] Add doc. git-svn-id: https://svn.dealii.org/trunk@3574 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 7 ++++++- 1 file changed, 6 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 ce4e671172..36a1cd6c55 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -1379,7 +1379,12 @@ DoFTools::compute_intergrid_constraints (const DoFHandler &coa if ((weights(first_used_row,weight_mapping[global_dof]) == 1) && (representants[first_used_row] == static_cast(global_dof))) - // dof unconstrained + // dof unconstrained or + // constrained to itself + // (in case this cell is + // mapped to itself, rather + // than to children of + // itself) continue; // otherwise enter all constraints -- 2.39.5