From 6480bb48ba17036b8731b9234e25b36bb0859ba6 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 3 Sep 2001 16:49:34 +0000 Subject: [PATCH] Include ref to the new mapping report. git-svn-id: https://svn.dealii.org/trunk@4943 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/mapping_q.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5