From: Ralf Hartmann Date: Mon, 3 Sep 2001 16:49:34 +0000 (+0000) Subject: Include ref to the new mapping report. X-Git-Tag: v8.0.0~18855 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d07bbab7e99c2719b6ca458d3955e03f405156;p=dealii.git Include ref to the new mapping report. git-svn-id: https://svn.dealii.org/trunk@4943 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/mapping_q.h b/deal.II/deal.II/include/fe/mapping_q.h index 4433a4d04d..f571da1138 100644 --- a/deal.II/deal.II/include/fe/mapping_q.h +++ b/deal.II/deal.II/include/fe/mapping_q.h @@ -27,12 +27,14 @@ class LagrangeEquidistant; // see upcoming paper. -//TODO:[RH,GK] more docs /** * Mapping class that uses Qp-mappings on boundary cells. The mapping * shape functions make use of tensor product polynomials with * equidistant (on the unit cell) support points. - * + * + * For more details about Qp-mappings, see the small `mapping' report + * in the `Reports' section of `Documentation'. + * * @author Ralf Hartmann, Guido Kanschat 2000, 2001 */ template