Dune Core Modules (2.6.0)

p2.hh
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_P2_LOCALFINITEELEMENT_HH
4#define DUNE_P2_LOCALFINITEELEMENT_HH
5
6#include "pk2d.hh"
7#include "p23d.hh"
8
9namespace Dune
10{
11
14 template<class D, class R, int d>
16
19 template<class D, class R>
20 class P2LocalFiniteElement<D, R, 2>
21 : public Pk2DLocalFiniteElement<D, R, 2>
22 {};
23
26 template<class D, class R>
27 class P2LocalFiniteElement<D, R, 3>
28 : public P23DLocalFiniteElement<D, R>
29 {};
30
31}
32
33#endif
Definition: p23d.hh:20
Definition: p2.hh:15
Definition: pk2d.hh:23
Dune namespace.
Definition: alignedallocator.hh:10
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)