dune-grid  2.1.1
common/refinement.hh
Go to the documentation of this file.
00001 #ifndef DUNE_GRID_COMMON_REFINEMENT_HH
00002 #define DUNE_GRID_COMMON_REFINEMENT_HH
00003 
00004 // This file is part of DUNE, a Distributed and Unified Numerics Environment
00005 // This file is copyright (C) 2005 Jorrit Fahlke <jorrit@jorrit.de>
00006 // It is distributed under the terms of the GNU Lesser General Public License version 2.1
00007 // See COPYING at the top of the source tree for the full licence.
00008 
00255 // The interface (template<...> class StaticRefinement) is not included here
00256 // since it derives from parts which I consider implementation.  Look
00257 // into refinement/base.cc if the documentation is above is not enough.
00258 #include "refinement/base.cc"
00259 
00260 #include "refinement/hcube.cc"
00261 #include "refinement/simplex.cc"
00262 #include "refinement/hcubetriangulation.cc"
00263 #include "refinement/prismtriangulation.cc"
00264 #include "refinement/pyramidtriangulation.cc"
00265 
00266 #endif //DUNE_GRID_COMMON_REFINEMENT_HH