Dune Core Modules (2.9.0)

spgrid.hh
1#ifndef DUNE_SPGRID_HH
2#define DUNE_SPGRID_HH
3
4#include <dune/grid/spgrid/backuprestore.hh>
5#include <dune/grid/spgrid/grid.hh>
6#include <dune/grid/spgrid/hierarchicsearch.hh>
7#include <dune/grid/spgrid/persistentcontainer.hh>
8#include <dune/grid/spgrid/tree.hh>
9
10namespace Dune
11{
12
13 namespace Fem
14 {
15
16 // External Forward Declarations
17 // -----------------------------
18
19 template< class Grid >
20 struct TwistFreeTwistUtility;
21
22 template< class Grid >
23 struct TwistUtility;
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
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)