Loading [MathJax]/extensions/tex2jax.js

dune-mmesh (unstable)

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
19template <class HostGrid, int dim>
20class GridFactory<MMesh<HostGrid, dim> >
21 : public MMeshExplicitGridFactory<MMesh<HostGrid, dim> > {};
22
23} // end namespace Dune
24
25#endif
specialization of the explicit GridFactory for MMesh
Definition: explicitgridfactory.hh:32
Grid::HostGridType HostGrid
type of the hostgrid
Definition: explicitgridfactory.hh:40
The MMesh class templatized by the CGAL host grid type and the dimension. .
Definition: mmesh.hh:158
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Mar 16, 23:47, 2025)