Loading [MathJax]/extensions/tex2jax.js

dune-mmesh (1.4)

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