From: Wolfgang Bangerth Date: Sun, 18 Jan 2015 20:57:28 +0000 (-0600) Subject: Remove a comment that I'm not sure is true any more. X-Git-Tag: v8.3.0-rc1~523^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2fe4dd2b801bae790056b37a8548f5d8657f7e7;p=dealii.git Remove a comment that I'm not sure is true any more. It will turn out to be very difficult to keep in synch because it's not at the place where the feature is actually implemented. Users will get to see an error message in case they try to use this feature anyway. --- diff --git a/include/deal.II/fe/fe_dgq.h b/include/deal.II/fe/fe_dgq.h index 31010002fb..69c3f9e9c4 100644 --- a/include/deal.II/fe/fe_dgq.h +++ b/include/deal.II/fe/fe_dgq.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2001 - 2014 by the deal.II authors +// Copyright (C) 2001 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -68,13 +68,9 @@ template class Quadrature; * with node 13 being placed in the interior of the hex. * * Note, however, that these are just the Lagrange interpolation points of the - * shape functions. Even though they may physically be on the surface of the + * shape functions. Even though they may physically be on the boundary of the * cell, they are logically in the interior since there are no continuity - * requirements for these shape functions across cell boundaries. This class - * if partially implemented for the codimension one case (spacedim != dim - * ), since no passage of information between meshes of different - * refinement level is possible because the embedding and projection matrices - * are not computed in the class constructor. + * requirements for these shape functions across cell boundaries. * * @author Ralf Hartmann, Guido Kanschat 2001, 2004 */