From: Marc Fehling Date: Tue, 31 Jan 2023 05:54:50 +0000 (-0700) Subject: Doc: Inform user how to exchange active FE indices on ghost cells. X-Git-Tag: v9.5.0-rc1~589^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14747%2Fhead;p=dealii.git Doc: Inform user how to exchange active FE indices on ghost cells. --- 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);