dgfgridtype.hh

Go to the documentation of this file.
00001 #ifndef DUNE_DGFGRIDTYPE_HH
00002 #define DUNE_DGFGRIDTYPE_HH
00003 
00087 #include <dune/grid/utility/gridtype.hh>
00088 
00089 // Note that we do not provide a default here, since gridtype.hh already already
00090 // does this and sets the corresponding preprocessor flag. Since we only add
00091 // some include files, we also need not check whether multiple grids are defined.
00092 
00093 #if defined ALBERTAGRID
00094   #if not HAVE_ALBERTA
00095     #error "ALBERTAGRID defined but no ALBERTA version found!"  
00096   #endif
00097   //#include <dune/grid/io/file/dgfparser/dgfalberta.hh>
00098   #include <dune/grid/albertagrid/dgfparser.hh>
00099 #endif
00100 
00101 #if defined ALUGRID_CUBE || defined ALUGRID_SIMPLEX || defined ALUGRID_CONFORM
00102   #if not HAVE_ALUGRID
00103     #error "ALUGRID_{CUBE,SIMPLEX,CONFORM} defined but no ALUGRID version found!"
00104   #endif
00105   #include <dune/grid/io/file/dgfparser/dgfalu.hh>
00106 #endif
00107 
00108 #if defined ONEDGRID
00109   #include <dune/grid/io/file/dgfparser/dgfoned.hh>
00110 #endif
00111 
00112 #if defined SGRID
00113   #include <dune/grid/io/file/dgfparser/dgfs.hh>
00114 #endif
00115 
00116 #if defined UGGRID
00117   #if not HAVE_UG
00118     #error "UGGRID defined but no UG version found!"
00119   #endif
00120   #include <dune/grid/io/file/dgfparser/dgfug.hh>
00121 #endif
00122  
00123 #if defined YASPGRID
00124   #include <dune/grid/io/file/dgfparser/dgfyasp.hh>
00125 #endif
00126 
00127 #endif // not defined DUNE_DGFGRIDTYPE_HH

Generated on Tue Jul 28 22:28:15 2009 for dune-grid by  doxygen 1.5.6