- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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/3d/alugrid.hh> 00008 #include <dune/grid/alugrid/3d/alu3dgridfactory.hh> 00009 00010 // 2d version 00011 #include <dune/grid/alugrid/2d/alugrid.hh> 00012 #include <dune/grid/alugrid/2d/alu2dgridfactory.hh> 00013 00014 #include <dune/grid/alugrid/common/persistentcontainer.hh> 00015 00021 namespace Dune 00022 { 00023 00049 template< int dim, int dimworld > 00050 class ALUCubeGrid; 00051 00052 00053 00082 template< int dim, int dimworld > 00083 class ALUSimplexGrid; 00084 00085 00109 template <int dim, int dimworld> 00110 class ALUConformGrid; 00111 00112 } //end namespace Dune 00113 00114 #endif // #ifdef HAVE_ALUGRID 00115 00116 #endif
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].