00001 #ifndef VIENNAGRID_ITERATORS_HPP 00002 #define VIENNAGRID_ITERATORS_HPP 00003 00004 /* ======================================================================= 00005 Copyright (c) 2011, Institute for Microelectronics, 00006 Institute for Analysis and Scientific Computing, 00007 TU Wien. 00008 00009 ----------------- 00010 ViennaGrid - The Vienna Grid Library 00011 ----------------- 00012 00013 Authors: Karl Rupp rupp@iue.tuwien.ac.at 00014 Josef Weinbub weinbub@iue.tuwien.ac.at 00015 00016 (A list of additional contributors can be found in the PDF manual) 00017 00018 License: MIT (X11), see file LICENSE in the base directory 00019 ======================================================================= */ 00020 00025 #include "viennagrid/detail/element_iterators.hpp" 00026 #include "viennagrid/detail/segment_iterators.hpp" 00027 #include "viennagrid/detail/domain_iterators.hpp" 00028 00029 #endif 00030