Loading [MathJax]/extensions/tex2jax.js

dune-mmesh (unstable)

traits.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#ifndef DUNE_MMESH_INTERFACE_TRAITS_HH
4#define DUNE_MMESH_INTERFACE_TRAITS_HH
5
10namespace Dune {
11// Forward declarations
12template <class MMesh>
13struct MMeshInterfaceGridFamily;
14
15template <class MMesh>
16class MMeshInterfaceGrid;
17
18template <int codim, int dim, class GridImp>
19class MMeshInterfaceGridEntity;
20
21template <class GridImp>
22class MMeshInterfaceGridLeafIntersectionIterator;
23
24template <class GridImp>
25class MMeshInterfaceGridHierarchicIterator;
26
27template <class GridImp>
28class MMeshInterfaceConnectedComponent;
29
30} // namespace Dune
31
32#endif // DUNE_MMESH_INTERFACE_TRAITS_HH
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Mar 17, 23:30, 2025)