internal::DoFHandler::Iterators< DH< 2, spacedim > > Struct Template Reference
List of all members.
Public Types |
typedef DH< 2, spacedim > | DoFHandler_type |
typedef TriaRawIterator
< DoFAccessor
< 1, DoFHandler_type > > | raw_line_iterator |
typedef TriaIterator
< DoFAccessor
< 1, DoFHandler_type > > | line_iterator |
typedef TriaActiveIterator
< DoFAccessor
< 1, DoFHandler_type > > | active_line_iterator |
typedef TriaRawIterator
< DoFCellAccessor
< DoFHandler_type > > | raw_quad_iterator |
typedef TriaIterator
< DoFCellAccessor
< DoFHandler_type > > | quad_iterator |
typedef TriaActiveIterator
< DoFCellAccessor
< DoFHandler_type > > | active_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>
struct internal::DoFHandler::Iterators< DH< 2, spacedim > >
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, 1998, 2003, 2008
Member Typedef Documentation
template<template< int, int > class DH, int spacedim>
typedef DH<2,spacedim> internal::DoFHandler::Iterators< DH< 2, spacedim > >::DoFHandler_type |
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
template<template< int, int > class DH, int spacedim>
The documentation for this struct was generated from the following file: