Reference documentation for deal.II version 9.6.0
|
#include <deal.II/meshworker/mesh_loop.h>
Public Types | |
using | type = typename CellIteratorBaseType<CellIteratorType>::type |
A helper class to provide a type definition for the underlying cell iterator type.
This specialization is for FilteredIterator, which may have either a TriaActiveIterator as its base type, or may be nested with another FilteredIterator as the type to iterate over.
Definition at line 90 of file mesh_loop.h.
using MeshWorker::internal::CellIteratorBaseType< FilteredIterator< CellIteratorType > >::type = typename CellIteratorBaseType<CellIteratorType>::type |
Type definition for the cell iterator type.
Definition at line 97 of file mesh_loop.h.