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 00265 // The interface (template<...> class Refinement) is not included here 00266 // since it derives from parts which I consider implementation. Look 00267 // into refinement/base.cc if the documentation is above is not enough. 00268 #include "refinement/base.cc" 00269 00270 #include "refinement/hcube.cc" 00271 #include "refinement/simplex.cc" 00272 #include "refinement/hcubetriangulation.cc" 00273 00274 #endif //DUNE_GRID_COMMON_REFINEMENT_HH