From 4c14fdfc395fe24d83cbf449d8f74fd20dbfbcdb Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 27 Mar 2019 13:59:52 -0600 Subject: [PATCH] doc: fix small error --- include/deal.II/dofs/dof_handler.h | 3 ++- include/deal.II/hp/dof_handler.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index d07ecf0738..b3a0b1c1fc 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -1056,7 +1056,8 @@ public: * globally, i.e. what n_dofs() returns. * * Each element of the vector returned by this function equals the number of - * elements of the corresponding sets returned by global_dof_indices(). + * elements of the corresponding sets returned by + * locally_owned_dofs_per_processor(). * * If this is a sequential DoFHandler, then the vector has a single element * equal to n_dofs(). (Here, "sequential" means that either the whole program diff --git a/include/deal.II/hp/dof_handler.h b/include/deal.II/hp/dof_handler.h index a35a1f115f..3bff98e0d1 100644 --- a/include/deal.II/hp/dof_handler.h +++ b/include/deal.II/hp/dof_handler.h @@ -846,7 +846,8 @@ namespace hp * globally, i.e. what n_dofs() returns. * * Each element of the vector returned by this function equals the number - * of elements of the corresponding sets returned by global_dof_indices(). + * of elements of the corresponding sets returned by + * locally_owned_dofs_per_processor(). * * If this is a sequential DoFHandler, then the vector has a single element * equal to n_dofs(). (Here, "sequential" means that either the whole -- 2.39.5