From b6c1a2824c54b7262ae1614d5b9fb884b615a46d Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Mon, 30 Jan 2023 22:54:50 -0700 Subject: [PATCH] Doc: Inform user how to exchange active FE indices on ghost cells. --- include/deal.II/dofs/dof_handler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index de569d227c..404d277dca 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -590,7 +590,8 @@ public: * * Active FE indices will only be set for locally owned cells. Ghost and * artificial cells will be ignored; no active FE index will be assigned to - * them. + * them. To exchange active FE indices on ghost cells, call distribute_dofs() + * afterwards. */ void set_active_fe_indices(const std::vector &active_fe_indices); -- 2.39.5