]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a bug where we weren't asking for the right fe_index in hp mode.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 2 May 2006 23:13:34 +0000 (23:13 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 2 May 2006 23:13:34 +0000 (23:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@12999 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/vectors.templates.h

index 116bfe9bc0740fc78d467d27bdad54f8d164f129..a9a6088eb1768ddb229bc948b1bbeb7a2f54892f 100644 (file)
@@ -995,7 +995,7 @@ interpolate_boundary_values (const Mapping<dim>            &mapping,
                                             // boundary values of dofs on this
                                             // face
             face_dofs.resize (fe.dofs_per_face);
-           face->get_dof_indices (face_dofs);
+           face->get_dof_indices (face_dofs, cell->active_fe_index());
            fe_values.reinit(cell, face_no);
            const std::vector<Point<dim> > &dof_locations
               = fe_values.get_quadrature_points ();

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.