From: Timo Heister Date: Wed, 27 Mar 2019 19:59:52 +0000 (-0600) Subject: doc: fix small error X-Git-Tag: v9.1.0-rc1~240^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7870%2Fhead;p=dealii.git doc: fix small error --- 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