dune-spgrid  2.7
declaration.hh
Go to the documentation of this file.
1 #ifndef DUNE_SPGRID_DECLARATION_HH
2 #define DUNE_SPGRID_DECLARATION_HH
3 
4 namespace Dune
5 {
6 
7  // External Forward Declaration
8  // ----------------------------
9 
10  template< int >
11  class SPIsotropicRefinement;
12 
13  template< int >
14  class SPAnisotropicRefinement;
15 
16  template< int >
17  class SPBisectionRefinement;
18 
19  template< class, int, template< int > class, class >
20  class SPGrid;
21 
22 } // namespace Dune
23 
24 #endif // #ifndef DUNE_SPGRID_DECLARATION_HH
Definition: iostream.hh:7