From: schrage Date: Tue, 22 Jun 1999 07:34:13 +0000 (+0000) Subject: Minor modifications. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309968009121f23f1ce16a23a74d014cba9737f7;p=dealii-svn.git Minor modifications. git-svn-id: https://svn.dealii.org/trunk@1431 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-1.elements/dofs.html b/deal.II/doc/tutorial/chapter-1.elements/dofs.html index 40c5393954..1a642a66d2 100644 --- a/deal.II/doc/tutorial/chapter-1.elements/dofs.html +++ b/deal.II/doc/tutorial/chapter-1.elements/dofs.html @@ -51,10 +51,9 @@ The degrees of freedom are distributed on a triangulation using the function
The argument to distribute_dofs is a finite element that describes how many degrees of freedom are located on vertices, lines etc. (FiniteElement objects have much more functionality than only storing -these numbers. This functionality is discussed partly in the chapter on +these numbers. Parts of this functionality are discussed in the chapter on matrix and vector -generation -and partly in URL_NEEDS_TO_BE_SET.) +generation.) distribute_dofs works its way through the triangulation cell by cell, starting at the coarsest level, and numbers every degree of freedom that is not yet numbered. For non-multigrid algorithms it considers only active cells, i.e. cells