dune-grid 2.9.0
io/file/dgfparser/dgfparser.hh
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (C) DUNE Project contributors, see file LICENSE.md in module root
2// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
3// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
4// vi: set et ts=4 sw=2 sts=2:
5#ifndef DUNE_MACROGRIDPARSER_HH
6#define DUNE_MACROGRIDPARSER_HH
7
8#include <iostream>
9#include <fstream>
10
11#include <sstream>
12#include <string>
13#include <cstring>
14#include <vector>
15#include <memory>
16#include <map>
17#include <assert.h>
18#include <cmath>
19
20//- Dune includes
21#include <dune/common/parallel/mpihelper.hh>
22#include <dune/common/stdstreams.hh>
25
28
33
49
50namespace Dune {
51
54 template <class GridType>
56 {
58 static int refineStepsForHalf();
61 static double refineWeight();
62 };
63
739 /*
740 Dune::Alberta with \c dimworld=3: \n
741 if Tetgen is used to construct a
742 tetrahedral grid for Dune::Alberta then the bisection routine does
743 not necessarily terminate. This problem does not occur
744 if the grid is constructed using the \b Interval block.
745 */
746
747} // end namespace Dune
748#endif
Describes the parallel communication interface class for MessageBuffers and DataHandles.
Include standard header files.
Definition: agrid.hh:60
Some simple static information for a given GridType.
Definition: io/file/dgfparser/dgfparser.hh:56
static double refineWeight()
static int refineStepsForHalf()
number of globalRefine steps needed to refuce h by 0.5