dune-grid  2.2.0
alugrid.hh
Go to the documentation of this file.
00001 #ifndef DUNE_ALUGRID_HH
00002 #define DUNE_ALUGRID_HH
00003 
00004 // only include this code, if HAVE_ALUGRID is true
00005 #if HAVE_ALUGRID
00006 
00007 #include <dune/grid/alugrid/common/declaration.hh>
00008 
00009 #include <dune/grid/alugrid/3d/alugrid.hh>
00010 #include <dune/grid/alugrid/3d/alu3dgridfactory.hh>
00011 
00012 // 2d version 
00013 #include <dune/grid/alugrid/2d/alugrid.hh>
00014 #include <dune/grid/alugrid/2d/alu2dgridfactory.hh>
00015 
00016 #include <dune/grid/alugrid/common/persistentcontainer.hh>
00017 
00023 namespace Dune
00024 {
00025 
00050 template< int dim, int dimworld >
00051 class ALUCubeGrid;
00052   
00053 
00054 
00082 template< int dim, int dimworld >
00083 class ALUSimplexGrid;
00084 
00085 //- include declaration of ALUGrid 
00086 #include <dune/grid/alugrid/common/declaration.hh>
00087 
00088 } //end  namespace Dune 
00089 
00090 #endif // #ifdef HAVE_ALUGRID
00091 
00092 #endif