From 38112b933be2e2b9cad8016877cce96a7faf24be Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 14 May 2003 23:44:51 +0000 Subject: [PATCH] Update comment. git-svn-id: https://svn.dealii.org/trunk@7647 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_accessor.cc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/dofs/dof_accessor.cc b/deal.II/deal.II/source/dofs/dof_accessor.cc index 7470d91d56..a973eaeba6 100644 --- a/deal.II/deal.II/source/dofs/dof_accessor.cc +++ b/deal.II/deal.II/source/dofs/dof_accessor.cc @@ -689,7 +689,7 @@ DoFCellAccessor::get_interpolated_dof_values (const InputVector &values, // fraction of the values of // their values) // - // and example for the latter + // an example for the latter // are the usual continuous // elements. the value on a // vertex of a coarse cell must @@ -711,7 +711,17 @@ DoFCellAccessor::get_interpolated_dof_values (const InputVector &values, // composed one, so we can only // hope to do this for each // shape function - // individually. to avoid doing + // individually. in fact, there + // are even weird finite + // elements (for example the + // Raviart-Thomas element) + // which has shape functions + // that are additive (interior + // ones) and others that are + // overwriting (face degrees of + // freedom that need to be + // continuous across the + // face). to avoid checking // this over and over again, we // do this once now and cache // the results -- 2.39.5