Reference documentation for deal.II version 8.1.0
Public Types | List of all members
internal::DoFHandler::Iterators< DH< 2, spacedim >, lda > Struct Template Reference

#include <dof_iterator_selector.h>

Public Types

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

Detailed Description

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

Define some types for DoF handling in two dimensions.

The types have the same meaning as those declared in internal::Triangulation::Iterators<2,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 98 of file dof_iterator_selector.h.


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