From: Wolfgang Bangerth Date: Mon, 25 May 1998 22:31:20 +0000 (+0000) Subject: Doc update and use the GeometryInfo class in two places to enhance readability. X-Git-Tag: v8.0.0~22891 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fdad81b3030202b29d67db66361fe9e6123d611;p=dealii.git Doc update and use the GeometryInfo class in two places to enhance readability. git-svn-id: https://svn.dealii.org/trunk@363 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 523e5fc65f..ad4212407d 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -7,6 +7,7 @@ #include #include #include +#include #include @@ -290,7 +291,7 @@ struct FiniteElementBase : public FiniteElementData { * matrix are discarded and will not fill * up the transfer matrix. */ - dFMatrix restriction[(1<::children_per_cell]; /** * Have #N=2^dim# matrices keeping the @@ -303,7 +304,12 @@ struct FiniteElementBase : public FiniteElementData { * to the destination cell, i.e. the * refined one, while the column indices * are for the unrefined cell's degrees of - * freedom. + * freedom. Thus, if #u0# is the vector + * of values of degrees of freedom on the + * coarse cell, * #prolongation[i]*u0# + * yields the vector of values of the + * degrees of freedom on the #i#th child + * cell. * * Upon assembling the transfer matrix * between cells using this matrix array, @@ -311,7 +317,7 @@ struct FiniteElementBase : public FiniteElementData { * matrix are discarded and will not fill * up the transfer matrix. */ - dFMatrix prolongation[(1<::children_per_cell]; /** * Specify the constraints which the