]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix projection of quadrature points to subfaces in MappingQ in case of anisotropic...
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 12 Jun 2009 05:06:48 +0000 (05:06 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 12 Jun 2009 05:06:48 +0000 (05:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@18925 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/mapping_q.cc

index 6aea6118d9e4c22dbbed8edd6d42301d019a6f0d..cea0b4f45c46a482f9fdf766f172fcc218e10133 100644 (file)
@@ -476,10 +476,11 @@ MappingQ<dim,spacedim>::fill_fe_subface_values (const typename Triangulation<dim
                            n_q_points,
                            QProjector<dim>::DataSetDescriptor::
                            subface (face_no, sub_no,
-                                     cell->face_orientation(face_no),
-                                     cell->face_flip(face_no),
-                                     cell->face_rotation(face_no),
-                                     n_q_points),
+                                   cell->face_orientation(face_no),
+                                   cell->face_flip(face_no),
+                                   cell->face_rotation(face_no),
+                                   n_q_points,
+                                   cell->subface_case(face_no)),
                            q.get_weights(),
                            *p_data,
                            quadrature_points, JxW_values,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.