From: Timo Heister Date: Thu, 31 Jul 2014 12:02:12 +0000 (+0200) Subject: implement deprecated get_refinement_edge_boundary_indices() X-Git-Tag: v8.2.0-rc1~236^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6197a288b238d45d0d19a62ddc55d425c1e6e853;p=dealii.git implement deprecated get_refinement_edge_boundary_indices() --- diff --git a/include/deal.II/multigrid/mg_constrained_dofs.h b/include/deal.II/multigrid/mg_constrained_dofs.h index d7cac5aa11..843737b690 100644 --- a/include/deal.II/multigrid/mg_constrained_dofs.h +++ b/include/deal.II/multigrid/mg_constrained_dofs.h @@ -306,18 +306,17 @@ inline const std::vector > & MGConstrainedDoFs::get_refinement_edge_boundary_indices () const { - Assert(false, ExcMessage("Timo fixes this")); - - // if (refinement_edge_boundary_indices_old.size()!=refinement_edge_boundary_indices.size()) - // { - // unsigned int n_levels = refinement_edge_boundary_indices.size(); - // refinement_edge_boundary_indices_old.resize(n_levels); - // for (unsigned int l=0;lis_boundary_index(l, idx); + } + } return refinement_edge_boundary_indices_old; }