Dune Core Modules (2.4.2)

dgfparser.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3#ifndef DUNE_DGFPARSER_HH
4#define DUNE_DGFPARSER_HH
5// include dgf parser
6#include "dgfparser/dgfparser.hh"
7/* include the implementations */
8#include <dune/grid/albertagrid/dgfparser.hh>
9#include "dgfparser/dgfalu.hh"
10#include "dgfparser/dgfug.hh"
11#include "dgfparser/dgfoned.hh"
12#include "dgfparser/dgfyasp.hh"
13
14#if DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
15// this include is to be removed when SGrid is removed
16#define DUNE_AVOID_SGRID_DEPRE_WARNING_BECAUSE_I_KNOW_WHAT_IM_DOING
17#endif
18
19#include "dgfparser/dgfs.hh"
20
21#if DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
22#undef DUNE_AVOID_SGRID_DEPRE_WARNING_BECAUSE_I_KNOW_WHAT_IM_DOING
23#endif
24
25#include "dgfparser/dgfgeogrid.hh"
26#include "dgfparser/dgfidentitygrid.hh"
27#endif
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)