From 1de160d7e13e4212d60005685ae5b037225d0bb1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 19 Apr 2007 16:54:22 +0000 Subject: [PATCH] Remove outdated comment. git-svn-id: https://svn.dealii.org/trunk@14635 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_accessor.h | 42 ++++----------------- 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index 7a4eaa2de1..a6065b874e 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -1149,43 +1149,15 @@ class DoFCellAccessor : public DoFObjectAccessor * * It is assumed that both * vectors already have the right - * size beforehand. This function - * assumes the existence of an - * interpolation from child cells - * to the mother cell, denoted by - * the restriction matrices of - * the finite element class. - * Futhermore, this interpolation - * should be possible for each - * child alone, i.e. it should - * be possible to compute the - * restriction by writing values - * obtained from each child - * directly into the output - * vector, without, for example, - * computing an average over all - * children. These properties, - * however, do not exist for all - * elements; an example is the - * DG(0) element, which - * represents piecewise constant - * elements: for these the - * restriction to mother cell - * could be the average of the - * values of the children, maybe - * weighted by the measure of - * each child. It is not yet - * decided what the this function - * does in these cases. + * size beforehand. * * Unlike the get_dof_values() - * function, this function is - * associated to cells rather - * than to lines, quads, and - * hexes, since interpolation is - * presently only provided for - * cells by the finite element - * objects. + * function, this function works + * on cells rather than to lines, + * quads, and hexes, since + * interpolation is presently + * only provided for cells by the + * finite element classes. */ template void get_interpolated_dof_values (const InputVector &values, -- 2.39.5