Skip to content

Commit

Permalink
Merge pull request #14747 from marcfehling/doc-setactivefe
Browse files Browse the repository at this point in the history
Doc: Inform user how to exchange active FE indices on ghost cells.
  • Loading branch information
drwells committed Jan 31, 2023
2 parents bcacb25 + b6c1a28 commit b206511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/deal.II/dofs/dof_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,8 @@ class DoFHandler : public Subscriptor
*
* 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<types::fe_index> &active_fe_indices);
Expand Down

0 comments on commit b206511

Please sign in to comment.