From 1361811baae6c7f4b711e482b770cffe42ebb30a Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 19 Jun 2014 15:21:15 +0000 Subject: [PATCH] Augment documentation. git-svn-id: https://svn.dealii.org/trunk@33061 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/distributed/tria.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index f2c696d740..7e0f4e06db 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -495,7 +495,12 @@ namespace parallel types::global_dof_index n_global_active_cells () const; /** - * Returns the global maximum level. This may be bigger than n_levels. + * Returns the global maximum level. This may be bigger than + * the number dealii::Triangulation::n_levels() (a function in this + * class's base class) returns if the current processor only stores + * cells in parts of the domain that are not very refined, but + * if other processors store cells in more deeply refined parts of + * the domain. */ virtual unsigned int n_global_levels () const; -- 2.39.5