![]() |
Reference documentation for deal.II version GIT f0f8c7fe18 2023-03-21 21:25:02+00:00
|
#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 91 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 98 of file mesh_loop.h.