DUNE-FEM (unstable)

griddeclaration.hh
1#ifndef DUNE_FEM_GRIDDECLARATION_HH
2#define DUNE_FEM_GRIDDECLARATION_HH
3
4#include <dune/grid/geometrygrid/declaration.hh>
5
6#if HAVE_DUNE_ALUGRID
7#include <dune/alugrid/common/declaration.hh>
8#endif // #if HAVE_DUNE_ALUGRID
9
10#if HAVE_DUNE_SPGRID
11#include <dune/grid/spgrid/declaration.hh>
12#endif // #if HAVE_DUNE_SPGRID
13
14#if HAVE_DUNE_P4ESTGRID
15#include <dune/p4estgrid/declaration.hh>
16#endif // #if HAVE_DUNE_P4ESTGRID
17
18#if HAVE_OPM_GRID
19#include <opm/grid/polyhedralgrid/declaration.hh>
20#endif // #if HAVE_OPM_GRID
21
22#if HAVE_DUNE_POLYGONGRID
23#include <dune/polygongrid/declaration.hh>
24#endif // #if HAVE_DUNE_POLYGONGRID
25
26
27#if HAVE_DUNE_METAGRID
28#include <dune/grid/cacheitgrid/declaration.hh>
29#include <dune/grid/cartesiangrid/declaration.hh>
30#include <dune/grid/filteredgrid/declaration.hh>
31#include <dune/grid/idgrid/declaration.hh>
32#include <dune/grid/multispgrid/declaration.hh>
33#include <dune/grid/parallelgrid/declaration.hh>
34#include <dune/grid/spheregrid/declaration.hh>
35#endif // #if HAVE_DUNE_METAGRID
36
37namespace Dune
38{
39
40 // Forward Declarations for all Standard Grids
41 // -------------------------------------------
42
43 class OneDGrid;
44
45 template< int dim >
46 class UGGrid;
47
48 template< int dim, class CoordCont >
49 class YaspGrid;
50
51 template< int dim, int dimworld >
52 class AlbertaGrid;
53
54} // namespace Dune
55
56#endif // #ifndef DUNE_FEM_GRIDDECLARATION_HH
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)