From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 14:53:09 +0000 (+0000) Subject: Say that this element is vector-valued. X-Git-Tag: v8.0.0~12662 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a033463cd90d821551eed7effd756b5f02b771d4;p=dealii.git Say that this element is vector-valued. git-svn-id: https://svn.dealii.org/trunk@12000 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_system.h b/deal.II/deal.II/include/fe/fe_system.h index 64f34b0539..2c1ee3525e 100644 --- a/deal.II/deal.II/include/fe/fe_system.h +++ b/deal.II/deal.II/include/fe/fe_system.h @@ -30,7 +30,8 @@ * This class provides an interface to group several elements together * into one. To the outside world, the resulting object looks just * like a usual finite element object, which is composed of several - * other finite elements that are possibly of different type. + * other finite elements that are possibly of different type. The + * result is then a vector-valued finite element. * * The overall numbering of degrees of freedom is as follows: for each * subobject (vertex, line, quad, or hex), the degrees of freedom are