From a033463cd90d821551eed7effd756b5f02b771d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 14:53:09 +0000 Subject: [PATCH] Say that this element is vector-valued. git-svn-id: https://svn.dealii.org/trunk@12000 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5