declaration.hh
Go to the documentation of this file.
1// -*- mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=2 sw=2 sts=2:
3#ifndef DUNE_POLYHEDRALGRID_DECLARATION_HH
4#define DUNE_POLYHEDRALGRID_DECLARATION_HH
5
6namespace Dune
7{
8
9 template< int dim, int dimworld, typename coord_t = double >
10 class PolyhedralGrid;
11
12} // namespace Dune
13
14#endif // #ifndef DUNE_POLYHEDRALGRID_DECLARATION_HH
The namespace Dune is the main namespace for all Dune code.
Definition: common/CartesianIndexMapper.hpp:10