![]() |
deal.II version 9.7.0
|
#include <deal.II/meshworker/mesh_loop.h>
A helper class to provide a type definition for the underlying cell iterator type.
This specialization is for IteratorRange, which may have either a TriaActiveIterator or a FilteredIterator as its base type.
Definition at line 70 of file mesh_loop.h.

Public Types | |
| using | type = typename CellIteratorBaseType<CellIteratorType>::type |
| using MeshWorker::internal::CellIteratorBaseType< IteratorOverIterators< CellIteratorType > >::type = typename CellIteratorBaseType<CellIteratorType>::type |
Type definition for the cell iterator type.
Definition at line 78 of file mesh_loop.h.