From 85d3d8368815fc87bad31dae8b8587db3329ca01 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 7 Apr 1999 18:09:43 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@1076 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_handler.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5