]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix bug in VectorTools::get_position_vector for high order mappings
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 5 Apr 2020 11:42:57 +0000 (13:42 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 5 Apr 2020 11:42:57 +0000 (13:42 +0200)
include/deal.II/numerics/vector_tools.templates.h

index 8bce666efa878d4e9d86e3676ea5cd7e844429ae..18917f863ff9374b7f83cd6d06e2ed04ff9d5b72 100644 (file)
@@ -9697,7 +9697,7 @@ namespace VectorTools
       {
         const Quadrature<dim> quad(fe.get_unit_support_points());
 
-        MappingQ<dim, spacedim> map_q(fe.degree);
+        MappingQGeneric<dim, spacedim> map_q(fe.degree);
         FEValues<dim, spacedim> fe_v(map_q, fe, quad, update_quadrature_points);
         std::vector<types::global_dof_index> dofs(fe.dofs_per_cell);
 

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.