From 405e55d25a3896f461d6ad9110b9c7b535a80e8a Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 11 Sep 2001 10:02:48 +0000 Subject: [PATCH] Small fixes git-svn-id: https://svn.dealii.org/trunk@4954 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/reports/mapping_q/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/reports/mapping_q/index.html b/deal.II/doc/reports/mapping_q/index.html index 4b1b1d6147..10c41ffc1b 100644 --- a/deal.II/doc/reports/mapping_q/index.html +++ b/deal.II/doc/reports/mapping_q/index.html @@ -831,7 +831,7 @@ Hence for a given degree p the laplace_on_quad_vector can be filled by the constructor of the MappingQ class. This is done by calling the MappingQ::set_laplace_on_quad_vector function that -includes the coefficients hardcoded for p=2 and p=3 in d=2dimensions, and a routine for computing the coefficients according to +includes the coefficients hardcoded for p=2 and p=3 in d=2 dimensions, and a routine for computing the coefficients according to (9) for all other cases. The mapping support points MappingQ::compute_support_points_laplace that is invoked by the virtual compute_mapping_support_points function of the base Mapping class. In -MappingQ::compute_support_points_laplace, first the 4ppoints on the boundary of the cell are computed (by calling +MappingQ::compute_support_points_laplace, first the 4p points on the boundary of the cell are computed (by calling MappingQ::add_line_support_points), then by calling -MappingQ::apply_laplace_vector the remaining (p-1)2inner mapping supports points are computed, where +MappingQ::apply_laplace_vector the remaining (p-1)2 inner mapping supports points are computed, where MappingQ::apply_laplace_vector just performes the linear combination given in (8).

-- 2.39.5