deal.II version GIT relicensing-1931-g88c382288c 2024-10-04 03:40:00+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 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.