Helper for iterator construction for iteration over the whole domain. More...
#include <domain_iterators.hpp>
Public Types | |
typedef domain_t< Config > | domain_type |
typedef element_t< Config, typename Config::cell_tag > | cell_type |
typedef element_t< Config, typename topology::bndcells < typename Config::cell_tag, dim >::tag > | element_type |
typedef result_of::element_container < domain_type, dim >::type | container_type |
typedef domain_subcell_iterator < element_type, typename container_type::iterator > | iterator |
typedef domain_subcell_iterator< const element_type, typename container_type::const_iterator > | const_iterator |
Helper for iterator construction for iteration over the whole domain.
typedef domain_subcell_iterator<const element_type, typename container_type::const_iterator> const_iterator |
typedef result_of::element_container<domain_type, dim>::type container_type |
typedef domain_t<Config> domain_type |
typedef element_t< Config, typename topology::bndcells<typename Config::cell_tag, dim>::tag > element_type |
typedef domain_subcell_iterator<element_type, typename container_type::iterator> iterator |