Dune Core Modules (2.9.0)

grid.hh
1#ifndef DUNE_ALUGRID_HH
2#define DUNE_ALUGRID_HH
3
4// only include this code, if HAVE_ALUGRID is true
5#if HAVE_ALUGRID
6#ifndef DUNE_ALUGRID_HH_INCLUDED
7#define DUNE_ALUGRID_HH_INCLUDED
8#undef DUNE_ALUGRID_HH
9#endif
10#warning "Using old ALUGrid version from dune-grid"
11#include <dune/grid/alugrid.hh>
12#else
13
14#include <dune/alugrid/common/declaration.hh>
15
17#include <dune/alugrid/3d/gridfactory.hh>
18
19#include <dune/alugrid/dgf.hh>
20#include <dune/alugrid/common/structuredgridfactory.hh>
21#include <dune/alugrid/common/persistentcontainer.hh>
22#include <dune/alugrid/common/backuprestore.hh>
23
24#endif // else if HAVE_ALUGRID
25
26#endif // #ifndef DUNE_ALUGRID_HH
Provides base classes for ALUGrid.
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)