DUNE PDELab (2.7)

pk1d.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3
4// Pk in one dimension with k as runtime variable
5
6#ifndef DUNE_PDELAB_FINITEELEMENT_PK1D_HH
7#define DUNE_PDELAB_FINITEELEMENT_PK1D_HH
8
9#warning This file is deprecated. Please use LagrangeLocalFiniteElement from dune-localfunctions directly!
10
11#include <dune/geometry/type.hh>
12
14#include <dune/localfunctions/lagrange/equidistantpoints.hh>
15
16namespace Dune {
17
26 template<class D, class R>
28 : public LagrangeLocalFiniteElement<EquidistantPointSet,1,D,R>
29 {
30
32 public:
33
34 Pk1dLocalFiniteElement (std::size_t k)
36 {}
37
38 };
39}
40
41#endif // DUNE_PDELAB_FINITEELEMENT_PK1D_HH
Lagrange local finite elements for a given set of interpolation points.
Definition: lagrange.hh:79
Define the Pk Lagrange basis functions in 1d on the reference interval.
Definition: pk1d.hh:29
constexpr GeometryType cube(unsigned int dim)
Returns a GeometryType representing a hypercube of dimension dim.
Definition: type.hh:776
Convenience header that includes all implementations of Lagrange finite elements.
Dune namespace.
Definition: alignedallocator.hh:14
A unique label for each type of element that can occur in a grid.
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)