From: bangerth Date: Wed, 16 May 2012 10:37:36 +0000 (+0000) Subject: Add a link to a paper. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3df5c7166bfd5fb2c9c736359671da5aec9223ab;p=dealii-svn.git Add a link to a paper. git-svn-id: https://svn.dealii.org/trunk@25509 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_nothing.h b/deal.II/include/deal.II/fe/fe_nothing.h index 8b55e19291..11c12882d3 100644 --- a/deal.II/include/deal.II/fe/fe_nothing.h +++ b/deal.II/include/deal.II/fe/fe_nothing.h @@ -31,7 +31,10 @@ DEAL_II_NAMESPACE_OPEN * FE_Nothing elements are used. The hp::DoFHandler will therefore assign no * degrees of freedom to the FE_Nothing cells, and this subregion is therefore * implicitly deleted from the computation. step-46 shows a use case for this - * element. + * element. An interesting application for this element is also presented in the + * paper A. Cangiani, J. Chapman, E. Georgoulis, M. Jensen: + * Implementation of the Continuous-Discontinuous Galerkin Finite Element Method, + * arXiv:1201.2878v1 [math.NA], 2012 (see http://arxiv.org/abs/1201.2878). * * Note that some care must be taken that the resulting mesh topology * continues to make sense when FE_Nothing elements are introduced.