dune-mmesh 1.4.1-git
Loading...
Searching...
No Matches
grid/gridfactory.hh
Go to the documentation of this file.
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3
4#ifndef DUNE_MMESH_GRID_GRIDFACTORY_HH
5#define DUNE_MMESH_GRID_GRIDFACTORY_HH
6
7// MMesh includes
10
11namespace Dune {
12
19template <class HostGrid, int dim>
21 : public MMeshExplicitGridFactory<MMesh<HostGrid, dim> > {};
22
23} // end namespace Dune
24
25#endif
size_type dim() const
The MMesh class templatized by the CGAL host grid type and the dimension. .
Definition grid/mmesh.hh:158
specialization of the explicit GridFactory for MMesh
Definition explicitgridfactory.hh:32
Grid::HostGridType HostGrid
type of the hostgrid
Definition explicitgridfactory.hh:40