From ab076cd671a702495ad16c3794874a9e17ec2182 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 23 Feb 2001 09:14:06 +0000 Subject: [PATCH] Small doc update. git-svn-id: https://svn.dealii.org/trunk@4020 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/q1_mapping.cc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/source/fe/q1_mapping.cc b/deal.II/deal.II/source/fe/q1_mapping.cc index 337a57bc1a..ec48f7351c 100644 --- a/deal.II/deal.II/source/fe/q1_mapping.cc +++ b/deal.II/deal.II/source/fe/q1_mapping.cc @@ -281,12 +281,14 @@ void FEQ1Mapping<2>::get_normal_vectors (const DoFHandler<2>::cell_iterator &cel const unsigned int face_no, const unsigned int, const std::vector > &unit_points, - std::vector > &normal_vectors) const { - // more or less copied from the linear - // finite element - // note, that in 2D the normal vectors to the - // subface have the same direction as that - // for the face + std::vector > &normal_vectors) const +{ + // more or less copied from the + // linear finite element note, that + // in 2D the normal vectors to the + // subface have the same direction + // as that for the face, so we can + // ignore the subface number Assert (unit_points.size() == normal_vectors.size(), FiniteElementBase<2>::ExcWrongFieldDimension (unit_points.size(), normal_vectors.size())); -- 2.39.5