dune-grid
2.2beta1
|
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 // This file is licensed under version 2 of the GNU General Public License, 00007 // with a special "runtime exception." See COPYING at the top of the source 00008 // tree for the full licence. 00009 00256 // The interface (template<...> class StaticRefinement) is not included here 00257 // since it derives from parts which I consider implementation. Look 00258 // into refinement/base.cc if the documentation is above is not enough. 00259 #include "refinement/base.cc" 00260 00261 #include "refinement/hcube.cc" 00262 #include "refinement/simplex.cc" 00263 #include "refinement/hcubetriangulation.cc" 00264 #include "refinement/prismtriangulation.cc" 00265 #include "refinement/pyramidtriangulation.cc" 00266 00267 #endif //DUNE_GRID_COMMON_REFINEMENT_HH