dune-spgrid 2.7
spgrid.hh
Go to the documentation of this file.
1#ifndef DUNE_SPGRID_HH
2#define DUNE_SPGRID_HH
3
9
10namespace Dune
11{
12
13 namespace Fem
14 {
15
16 // External Forward Declarations
17 // -----------------------------
18
19 template< class Grid >
21
22 template< class Grid >
24
25
26
27 // TwistUtility for SPGrid
28 // -----------------------
29
30 template< class ct, int dim, template< int > class Ref, class Comm >
31 struct TwistUtility< SPGrid< ct, dim, Ref, Comm > >
32 : public TwistFreeTwistUtility< SPGrid< ct, dim, Ref, Comm > >
33 {};
34
35 } // end namespace Fem
36
37} // namespace Dune
38
39#endif // #ifndef DUNE_SPGRID_HH
Definition: iostream.hh:7
Definition: spgrid.hh:20
Definition: spgrid.hh:23
structured, parallel DUNE grid
Definition: grid.hh:136