dune-localfunctions
2.9.1
Loading...
Searching...
No Matches
dune
localfunctions
lagrange
pk.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
/* vim: set ai expandtab sw=4 ts=4: */
4
// SPDX-FileCopyrightInfo: Copyright (C) DUNE Project contributors, see file LICENSE.md in module root
5
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
6
#ifndef DUNE_PK_LOCALFINITEELEMENT_HH
7
#define DUNE_PK_LOCALFINITEELEMENT_HH
8
9
#include<
dune/localfunctions/lagrange/lagrangesimplex.hh
>
10
11
#warning This header is deprecated
12
13
namespace
Dune
14
{
18
template
<
class
D,
class
R,
int
d,
int
k>
19
using
PkLocalFiniteElement
20
[[deprecated(
"use LagrangeSimplexLocalFiniteElement instead"
)]]
21
=
LagrangeSimplexLocalFiniteElement<D, R, d, k>
;
22
}
23
24
#endif
lagrangesimplex.hh
Dune
Definition
bdfmcube.hh:18
Dune::LagrangeSimplexLocalFiniteElement
Lagrange finite element for simplices with arbitrary compile-time dimension and polynomial order.
Definition
lagrangesimplex.hh:838
Generated by
1.9.8