dune-pdelab
2.5-dev
dune
pdelab
finiteelementmap
qkdggl.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
4
// Qk DG basis with Gauss Lobatto points
5
6
#ifndef DUNE_PDELAB_FINITEELEMENTMAP_QKDGGL_HH
7
#define DUNE_PDELAB_FINITEELEMENTMAP_QKDGGL_HH
8
9
#warning This file is deprecated and will be removed after the Dune-PDELab 3.0 release! Switch to the class QkDGLocalFiniteElement map with QkDGBasisPolynomial::lobatto in the header dune/pdelab/finiteelementmap/qkdg.hh.
10
11
#include <
dune/pdelab/finiteelement/qkdglobatto.hh
>
12
#include <
dune/pdelab/finiteelementmap/finiteelementmap.hh
>
13
14
namespace
Dune
{
15
namespace
PDELab {
16
17
template
<
class
D,
class
R,
int
k,
int
d>
18
using
QkDGGLLocalFiniteElementMap
DUNE_DEPRECATED_MSG(
"This class is deprecated and will be removed after the Dune-PDELab 3.0 release! Switch to the class QkDGLocalFiniteElement map with QkDGBasisPolynomial::lobatto in the header dune/pdelab/finiteelementmap/qkdg.hh."
) =
QkDGLocalFiniteElementMap<D,R,k,d,QkDGBasisPolynomial::lobatto>
;
19
20
}
21
}
22
23
#endif // DUNE_PDELAB_FINITEELEMENTMAP_QKDGGL_HH
Dune::PDELab::QkDGLocalFiniteElementMap< D, R, k, d, QkDGBasisPolynomial::lobatto >
Qk discontinuous Galerkin FiniteElementMap based on Legendre polynomials at Gauss-Lobatto points...
Definition:
qkdg.hh:139
finiteelementmap.hh
Dune
For backward compatibility – Do not use this!
Definition:
adaptivity.hh:27
qkdglobatto.hh
Generated by
1.8.13