From: Peter Munch Date: Thu, 11 Jun 2020 11:10:30 +0000 (+0200) Subject: Add alias Triangulation::level_cell_iterator X-Git-Tag: v9.3.0-rc1~1453^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10511%2Fhead;p=dealii.git Add alias Triangulation::level_cell_iterator --- diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index a6346fc2e5..453c104c93 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -1330,6 +1330,12 @@ public: */ using cell_iterator = TriaIterator>; + /** + * The same as above to allow the usage of the "MeshType concept" also + * on the refinement levels. + */ + using level_cell_iterator = cell_iterator; + /** * An alias that is used to identify * @ref GlossActive "active cell iterators".