Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Types | List of all members
internal::DoFHandler::Iterators< DH< 3, spacedim >, lda > Struct Template Reference

#include <dof_iterator_selector.h>

Public Types

typedef DH< 3, spacedim > DoFHandler_type
 
typedef ::DoFCellAccessor
< DoFHandler_type, lda > 
CellAccessor
 
typedef ::DoFAccessor
< 2, DoFHandler_type, lda > 
FaceAccessor
 
typedef TriaRawIterator
<::DoFAccessor
< 1, DoFHandler_type, lda > > 
raw_line_iterator
 
typedef TriaIterator
<::DoFAccessor
< 1, DoFHandler_type, lda > > 
line_iterator
 
typedef TriaActiveIterator
<::DoFAccessor
< 1, DoFHandler_type, lda > > 
active_line_iterator
 
typedef TriaRawIterator
< FaceAccessor
raw_quad_iterator
 
typedef TriaIterator
< FaceAccessor
quad_iterator
 
typedef TriaActiveIterator
< FaceAccessor
active_quad_iterator
 
typedef TriaRawIterator
< CellAccessor
raw_hex_iterator
 
typedef TriaIterator
< CellAccessor
hex_iterator
 
typedef TriaActiveIterator
< CellAccessor
active_hex_iterator
 
typedef raw_hex_iterator raw_cell_iterator
 
typedef hex_iterator cell_iterator
 
typedef active_hex_iterator active_cell_iterator
 
typedef raw_quad_iterator raw_face_iterator
 
typedef quad_iterator face_iterator
 
typedef active_quad_iterator active_face_iterator
 

Detailed Description

template<template< int, int > class DH, int spacedim, bool lda>
struct internal::DoFHandler::Iterators< DH< 3, spacedim >, lda >

Define some types for DoF handling in three dimensions.

The types have the same meaning as those declared in internal::Triangulation::Iterators<3,spacedim>, only the treatment of templates is a little more complicated. See the Iterators on mesh-like containers module for more information.

Author
Wolfgang Bangerth, Oliver Kayser-Herold, Guido Kanschat, 1998, 2003, 2008, 2010

Definition at line 139 of file dof_iterator_selector.h.


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