]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove update_cell_dof_indices_cache for mg dof numbers 12134/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 4 May 2021 10:16:14 +0000 (12:16 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 4 May 2021 10:16:14 +0000 (12:16 +0200)
tests/multigrid/constrained_dofs_01.cc
tests/multigrid/constrained_dofs_02.cc

index 0a3797a5c046852279ece5db5c857d56e61139a5..3731d990afd24caa96b149b1ddec008f8704e859 100644 (file)
@@ -121,7 +121,6 @@ check_fe(FiniteElement<dim> &fe)
         std::vector<types::global_dof_index> &renumbered =
           mgdofmap[cell->id().to_string()];
         cell->set_mg_dof_indices(renumbered);
-        cell->update_cell_dof_indices_cache();
       }
 
     mg_constrained_dofs_ref.initialize(dofhref);
index 9c26bcfaaee358094a87fc0166a72f273058928e..95b514509514606d36751987efaaf4b663567e00 100644 (file)
@@ -182,7 +182,6 @@ check_fe(FiniteElement<dim> &fe)
         std::vector<types::global_dof_index> &renumbered =
           mgdofmap[cell->id().to_string()];
         cell->set_mg_dof_indices(renumbered);
-        cell->update_cell_dof_indices_cache();
       }
 
     mg_constrained_dofs_ref.initialize(dofhref);

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.