dune-grid  2.2.1
common/refinement.hh
Go to the documentation of this file.
1 #ifndef DUNE_GRID_COMMON_REFINEMENT_HH
2 #define DUNE_GRID_COMMON_REFINEMENT_HH
3 
4 // This file is part of DUNE, a Distributed and Unified Numerics Environment
5 // This file is copyright (C) 2005 Jorrit Fahlke <jorrit@jorrit.de>
6 // This file is licensed under version 2 of the GNU General Public License,
7 // with a special "runtime exception." See COPYING at the top of the source
8 // tree for the full licence.
9 
256 // The interface (template<...> class StaticRefinement) is not included here
257 // since it derives from parts which I consider implementation. Look
258 // into refinement/base.cc if the documentation is above is not enough.
259 #include "refinement/base.cc"
260 
261 #include "refinement/hcube.cc"
262 #include "refinement/simplex.cc"
266 
267 #endif //DUNE_GRID_COMMON_REFINEMENT_HH