Dune Core Modules (2.9.0)

declaration.hh
1#ifndef DUNE_SPGRID_DECLARATION_HH
2#define DUNE_SPGRID_DECLARATION_HH
3
4namespace 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.111.3 (Jul 15, 22:36, 2024)