![]() |
Reference documentation for deal.II version 8.1.0
|
#include <mg_dof_iterator_selector.h>
Public Types | |
typedef ::MGDoFCellAccessor < 3, spacedim > | CellAccessor |
typedef ::MGDoFAccessor < 2, 3, spacedim > | FaceAccessor |
typedef TriaRawIterator <::MGDoFAccessor < 1, 3, spacedim > > | raw_line_iterator |
typedef TriaIterator <::MGDoFAccessor < 1, 3, spacedim > > | line_iterator |
typedef TriaActiveIterator <::MGDoFAccessor < 1, 3, spacedim > > | 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 |
Iterators for MGDofHandler in three dimensions. See the Iterators on mesh-like containers module for more information.
Definition at line 116 of file mg_dof_iterator_selector.h.