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
00090
00091
00092
00093 #if defined ALBERTAGRID
00094 #if not HAVE_ALBERTA
00095 #error "ALBERTAGRID defined but no ALBERTA version found!"
00096 #endif
00097
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