From: wolf Date: Wed, 7 Apr 1999 18:09:43 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85d3d8368815fc87bad31dae8b8587db3329ca01;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@1076 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_handler.h b/deal.II/deal.II/include/dofs/dof_handler.h index 55f5a0d5f5..8be35a0268 100644 --- a/deal.II/deal.II/include/dofs/dof_handler.h +++ b/deal.II/deal.II/include/dofs/dof_handler.h @@ -832,7 +832,13 @@ class DoFHandler : public DoFDimensionInfo { * distribute it to the dofs in such a * way that a finite element field results, * which can then be further processed, - * e.g. for output. + * e.g. for output. You should note that + * the resulting field will not be + * continuous at hanging nodes. This can, + * however, easily be arranged by calling + * the appropraite #distribute# function + * of a #ConstraintMatrix# object created + * for this #DoFHandler# object. * * It is assumed that the number of * elements in #cell_data# equals the