ViennaGrid - The Vienna Grid Library  2.1.0
viennagrid/algorithm/detail/refine_hex.hpp
Go to the documentation of this file.
00001 #ifndef VIENNAGRID_ALGORITHM_DETAIL_REFINE_HEX_HPP
00002 #define VIENNAGRID_ALGORITHM_DETAIL_REFINE_HEX_HPP
00003 
00004 /* =======================================================================
00005    Copyright (c) 2011-2014, Institute for Microelectronics,
00006                             Institute for Analysis and Scientific Computing,
00007                             TU Wien.
00008 
00009                             -----------------
00010                      ViennaGrid - The Vienna Grid Library
00011                             -----------------
00012 
00013    License:      MIT (X11), see file LICENSE in the base directory
00014 ======================================================================= */
00015 
00016 #include "viennagrid/forwards.hpp"
00017 #include "viennagrid/topology/line.hpp"
00018 #include "viennagrid/topology/quadrilateral.hpp"
00019 
00024 namespace viennagrid
00025 {
00026    // TODO
00027 }
00028 
00029 #endif
00030