From: Peter Munch Date: Mon, 20 Jul 2020 10:49:32 +0000 (+0200) Subject: Generalize FETools::Compositing::multiply_dof_numbers X-Git-Tag: v9.3.0-rc1~1264^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10726%2Fhead;p=dealii.git Generalize FETools::Compositing::multiply_dof_numbers --- 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),