dune-mmesh (1.4)

gridfactory.hh
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
8#include "explicitgridfactory.hh"
9#include "implicitgridfactory.hh"
10
11namespace Dune
12{
13
20 template< class HostGrid, int dim >
21 class GridFactory< MMesh<HostGrid, dim> >
22 : public MMeshExplicitGridFactory< MMesh<HostGrid, dim> > {};
23
24} // end namespace Dune
25
26#endif
specialization of the explicit GridFactory for MMesh
Definition: explicitgridfactory.hh:35
Grid::HostGridType HostGrid
type of the hostgrid
Definition: explicitgridfactory.hh:43
The MMesh class templatized by the CGAL host grid type and the dimension.
Definition: mmesh.hh:140
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 6, 22:49, 2025)