From a4523042f373a84021de8c9ba4f5caa5f9a34452 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Apr 2015 17:36:25 -0500 Subject: [PATCH] Update comment. --- include/deal.II/grid/tria_accessor.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/deal.II/grid/tria_accessor.h b/include/deal.II/grid/tria_accessor.h index 36d9a27436..97cc0aec6a 100644 --- a/include/deal.II/grid/tria_accessor.h +++ b/include/deal.II/grid/tria_accessor.h @@ -2460,6 +2460,13 @@ public: * * The function throws an exception if the current cell is not * active. + * + * @note If the triangulation this function is called on is + * of type parallel::distributed::Triangulation, then active + * cells may be locally owned, ghost cells, or artificial + * (see @ref GlossLocallyOwnedCell , @ref GlossGhostCell , and + * @ref GlossArtificialCell). This function counts over all of + * them, including ghost and artificial active cells. */ unsigned int active_cell_index () const; -- 2.39.5