]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add alias Triangulation::level_cell_iterator 10511/head
authorPeter Munch <peterrmuench@gmail.com>
Thu, 11 Jun 2020 11:10:30 +0000 (13:10 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Thu, 11 Jun 2020 11:10:30 +0000 (13:10 +0200)
include/deal.II/grid/tria.h

index a6346fc2e50c14cdd1bbc26bfb5df4fce126f97b..453c104c93967fd37e380544a0eb2c13d11b3fa4 100644 (file)
@@ -1330,6 +1330,12 @@ public:
    */
   using cell_iterator = TriaIterator<CellAccessor<dim, spacedim>>;
 
+  /**
+   * 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".

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.