dgfgridtype.hh

Go to the documentation of this file.
00001 #ifndef DUNE_DGFGRIDTYPE_HH
00002 #define DUNE_DGFGRIDTYPE_HH
00003 
00085 #if defined ALBERTAGRID
00086   #if not HAVE_ALBERTA
00087     #error "ALBERTAGRID defined but no ALBERTA version found!"  
00088   #endif
00089   #include <dune/grid/io/file/dgfparser/dgfalberta.hh>
00090 #elif defined ALUGRID_CUBE || defined ALUGRID_SIMPLEX || defined ALUGRID_CONFORM
00091   #if not HAVE_ALUGRID
00092     #error "ALUGRID_{CUBE,SIMPLEX,CONFORM} defined but no ALUGRID version found!"
00093   #endif
00094   #include <dune/grid/io/file/dgfparser/dgfalu.hh>
00095 #elif defined ONEDGRID
00096   #include <dune/grid/io/file/dgfparser/dgfoned.hh>
00097 #elif defined SGRID
00098   #include <dune/grid/io/file/dgfparser/dgfs.hh>
00099 #elif defined UGGRID
00100   #if not HAVE_UG
00101     #error "UGGRID defined but no UG version found!"
00102   #endif
00103   #include <dune/grid/io/file/dgfparser/dgfug.hh>
00104 #elif defined YASPGRID
00105   #include <dune/grid/io/file/dgfparser/dgfyasp.hh>
00106 #else
00107   // default is yaspgrid (warning is printed when gridtype.hh is
00108   // included)
00109   #include <dune/grid/io/file/dgfparser/dgfyasp.hh>
00110 #endif
00111 
00112 // include definition of grid type 
00113 #include <dune/grid/utility/gridtype.hh>
00114 #endif

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)