From: bangerth Date: Mon, 20 Sep 2010 23:54:01 +0000 (+0000) Subject: Add a sentence. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03c427aef01b2f6b7512c3f881fd9aabe0ec6ab0;p=dealii-svn.git Add a sentence. git-svn-id: https://svn.dealii.org/trunk@22099 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/main.h b/deal.II/doc/doxygen/headers/main.h index ef00aea633..c7831f3502 100644 --- a/deal.II/doc/doxygen/headers/main.h +++ b/deal.II/doc/doxygen/headers/main.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006, 2007 by the deal.II authors +// Copyright (C) 2006, 2007, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -127,7 +127,10 @@ * The DoFHandler class and its associates are described in the @ref * dofs module. In addition, there are specialized versions that can * handle multilevel and hp discretizations. These are described in - * the @ref mg and @ref hp modules. + * the @ref mg and @ref hp modules. Finite element methods frequently + * imply constraints on degrees of freedom, such as for hanging nodes + * or nodes at which boundary conditions apply; dealing with such + * constraints is described in the @ref constraints module. * * *
  • %Mapping: The next step in a finite element program