Dune Core Modules (2.9.0)

declaration.hh
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
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 30, 22:37, 2024)