From: wolf Date: Tue, 19 Dec 2000 14:34:21 +0000 (+0000) Subject: Add doc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cda635bcf3b4ef82c4dd5d73236ede0e0b08ce0;p=dealii-svn.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