DUNE PDELab (2.7)

pk.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3/* vim: set ai expandtab sw=4 ts=4: */
4#ifndef DUNE_PK_LOCALFINITEELEMENT_HH
5#define DUNE_PK_LOCALFINITEELEMENT_HH
6
7#include<dune/localfunctions/lagrange/lagrangesimplex.hh>
8
9namespace Dune
10{
11 template<class D, class R, int d, int k>
12 using PkLocalFiniteElement = LagrangeSimplexLocalFiniteElement<D, R, d, k>;
13}
14
15#endif
Dune namespace.
Definition: alignedallocator.hh:14
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)