From: Wolfgang Bangerth Date: Tue, 19 Dec 2000 14:34:21 +0000 (+0000) Subject: Add doc. X-Git-Tag: v8.0.0~19869 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e8e3455e83e55433c0fbd018985b2dec02c53c;p=dealii.git Add doc. git-svn-id: https://svn.dealii.org/trunk@3574 0785d39b-7218-0410-832d-ea1e28bc413d --- 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