![]() |
Reference documentation for deal.II version 8.1.0
|
#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 |
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.
Definition at line 139 of file dof_iterator_selector.h.