Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Types | List of all members
MeshWorker::internal::CellIteratorBaseType< IteratorOverIterators< CellIteratorType > > Struct Template Reference

#include <deal.II/meshworker/mesh_loop.h>

Public Types

using type = typename CellIteratorBaseType< CellIteratorType >::type
 

Detailed Description

template<typename CellIteratorType>
struct MeshWorker::internal::CellIteratorBaseType< IteratorOverIterators< CellIteratorType > >

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.

Member Typedef Documentation

◆ type

template<typename CellIteratorType >
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.


The documentation for this struct was generated from the following file: