From c49134992e3f244642c4af4adc6471cf6fbc52bb Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 20 Jul 2020 12:49:32 +0200 Subject: [PATCH] Generalize FETools::Compositing::multiply_dof_numbers --- include/deal.II/fe/fe_tools.templates.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/deal.II/fe/fe_tools.templates.h b/include/deal.II/fe/fe_tools.templates.h index 0f5eb724df..7f24ce6a65 100644 --- a/include/deal.II/fe/fe_tools.templates.h +++ b/include/deal.II/fe/fe_tools.templates.h @@ -160,6 +160,7 @@ namespace FETools block_indices.push_back(fes[base]->n_dofs_per_cell()); return FiniteElementData(dpo, + fes.front()->reference_cell_type(), (do_tensor_product ? multiplied_n_components : n_components), -- 2.39.5