From 4f1cb6b13d261fed3c912398c16eaa830a93e4d1 Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 7 Feb 2007 20:49:06 +0000 Subject: [PATCH] implement vector data for residuals remove superfluous arguments to local residuals git-svn-id: https://svn.dealii.org/trunk@14421 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 31 +++++++++++++++++++------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index addb01b923..bc94dbd71f 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -713,6 +713,17 @@ class FEValuesBase : protected FEValuesData, * corresponding to a whole * discretization. * + * The vector indices + * corresponds to the degrees of + * freedom on a single cell. Its + * length may even be a multiple + * of the number of dofs per + * cell. Then, the vectors in + * value should allow + * for the same multiple of the + * components of the finite + * element. + * * You may want to use this * function, if you want to * access just a single block @@ -739,10 +750,12 @@ class FEValuesBase : protected FEValuesData, * corresponding to a whole * discretization. * - * The length of the vector - * indices may even be a - * multiple of the number of dofs - * per cell. Then, the vectors in + * The vector indices + * corresponds to the degrees of + * freedom on a single cell. Its + * length may even be a multiple + * of the number of dofs per + * cell. Then, the vectors in * value should allow * for the same multiple of the * components of the finite @@ -781,10 +794,12 @@ class FEValuesBase : protected FEValuesData, * corresponding to a whole * discretization. * - * The length of the vector - * indices may even be a - * multiple of the number of dofs - * per cell. Then, the vectors in + * The vector indices + * corresponds to the degrees of + * freedom on a single cell. Its + * length may even be a multiple + * of the number of dofs per + * cell. Then, the vectors in * value should allow * for the same multiple of the * components of the finite -- 2.39.5