DUNE LocalFunctions (2.8)

pyramidp2.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_PYRAMIDP2_3DLOCALFINITEELEMENT_HH
4#define DUNE_PYRAMIDP2_3DLOCALFINITEELEMENT_HH
5
6#include <dune/localfunctions/lagrange/lagrangepyramid.hh>
7
8namespace Dune
9{
10
15 template<class D, class R>
16 using PyramidP2LocalFiniteElement = LagrangePyramidLocalFiniteElement<D,R,2>;
17
18}
19
20#endif
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (May 29, 22:31, 2026)