From 3aeed56f6e9c10a73ba750b81917488afd43cd7d Mon Sep 17 00:00:00 2001 From: Marco Tezzele Date: Wed, 17 Jun 2015 16:57:55 +0200 Subject: [PATCH] matrix dimensions --- include/deal.II/numerics/vector_tools.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools.templates.h b/include/deal.II/numerics/vector_tools.templates.h index 569cda39a3..56c7a5025f 100644 --- a/include/deal.II/numerics/vector_tools.templates.h +++ b/include/deal.II/numerics/vector_tools.templates.h @@ -7180,7 +7180,7 @@ namespace VectorTools const ComponentMask maskq(spacedim, true); get_position_vector(dhq, eulerq); - FullMatrix transfer(fe.dofs_per_cell, feq.dofs_per_cell); + FullMatrix transfer(fe.dofs_per_cell); const std::vector > &points = feq.get_unit_support_points(); // Here construct the interpolation matrix from FE_Q^spacedim to -- 2.39.5